We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87be096 commit 95d6127Copy full SHA for 95d6127
.drone.yml
@@ -329,6 +329,8 @@ services:
329
- pip install -e .[dev,doc]
330
- while ! nc -z opencti-direct-start 4300 ; do sleep 1 ; done
331
- cd /tmp/direct-start-worker
332
+ # Remove pycti as it is already installed and can conflict
333
+ - sed -i '/^pycti==/d' src/requirements.txt
334
- pip3 install -r src/requirements.txt
335
- python3 src/worker.py
336
- name: opencti-restore-start
0 commit comments