[ci] syntax issue on git.git repo (#12446)

This commit is contained in:
A. Jard
2025-11-14 18:18:17 +01:00
committed by GitHub
parent 72d73b0e7f
commit dba9524c66

View File

@@ -821,7 +821,7 @@ jobs:
- run: sudo apt-get update -qq && sudo apt install curl
- run:
name: Replace pycti requirement of stable version with latest master branch code
command: find . -name requirements.txt -exec sed 's|^pycti==.*$|pycti @ git+https://github.com/OpenCTI-Platform/opencti.git.git@master#subdirectory=client-python|' -i {} \;
command: find . -name requirements.txt -exec sed 's|^pycti==.*$|pycti @ git+https://github.com/OpenCTI-Platform/opencti.git@master#subdirectory=client-python|' -i {} \;
- run:
name: Install buildx
command: |