mirror of
https://github.com/OpenCTI-Platform/opencti.git
synced 2025-12-22 08:17:08 +00:00
[ci] Fix environment variable for CI (#9764)
This commit is contained in:
@@ -505,7 +505,7 @@ jobs:
|
||||
- run: sudo apt-get update -qq && sudo apt install curl
|
||||
- run:
|
||||
name: Replace pycti requirement of stable version with latest prerelease branch code
|
||||
command: find . -name requirements.txt -exec sed "s|^pycti==.*$|pycti @ git+https://github.com/OpenCTI-Platform/client-python@$PRE_RELEASE_VERSION|" -i {} \;
|
||||
command: find . -name requirements.txt -exec sed "s|^pycti==.*$|pycti @ git+https://github.com/OpenCTI-Platform/client-python@$CIRCLE_BRANCH|" -i {} \;
|
||||
- run:
|
||||
name: Install buildx
|
||||
command: |
|
||||
@@ -553,7 +553,7 @@ jobs:
|
||||
- run: sudo apt-get update -qq && sudo apt install curl
|
||||
- run:
|
||||
name: Replace pycti requirement of stable version with latest release branch code
|
||||
command: find . -name requirements.txt -exec sed "s|^pycti==.*$|pycti @ git+https://github.com/OpenCTI-Platform/client-python@$PRE_RELEASE_VERSION|" -i {} \;
|
||||
command: find . -name requirements.txt -exec sed "s|^pycti==.*$|pycti @ git+https://github.com/OpenCTI-Platform/client-python@$CIRCLE_BRANCH|" -i {} \;
|
||||
- run:
|
||||
name: Install buildx
|
||||
command: |
|
||||
|
||||
Reference in New Issue
Block a user