Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ kind: pipeline
name: client-python-tests

steps:
- name: Runner information
image: alpine:3.19
commands:
- echo DRONE_STAGE_MACHINE ${DRONE_STAGE_MACHINE}

- name: sleep-for-opencti
image: python:3.11
commands:
Expand Down Expand Up @@ -77,6 +82,8 @@ services:
environment:
APP__ADMIN__PASSWORD: admin
APP__ADMIN__TOKEN: bfa014e0-e02e-4aa6-a42b-603b19dcf159
APP__ENTERPRISE_EDITION_LICENSE:
from_secret: ee_license
REDIS__HOSTNAME: redis
REDIS__NAMESPACE: raw-start
ELASTICSEARCH__URL: http://elastic:9200
Expand Down
Loading