Skip to content

Commit c5a0880

Browse files
committed
[integration] Enhance CI/CD to avoid conflicting version of pycti
1 parent 87be096 commit c5a0880

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.drone.yml

+2
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,8 @@ services:
329329
- pip install -e .[dev,doc]
330330
- while ! nc -z opencti-direct-start 4300 ; do sleep 1 ; done
331331
- cd /tmp/direct-start-worker
332+
# Remove pycti as it is already installed and can conflict
333+
- sed -i '/^pycti==/d' requirements.txt
332334
- pip3 install -r src/requirements.txt
333335
- python3 src/worker.py
334336
- name: opencti-restore-start

0 commit comments

Comments
 (0)