Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit 5745b54

Browse files
authored
Add EE license in CI (#966)
1 parent 884e954 commit 5745b54

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.drone.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ kind: pipeline
33
name: client-python-tests
44

55
steps:
6+
- name: Runner information
7+
image: alpine:3.19
8+
commands:
9+
- echo DRONE_STAGE_MACHINE ${DRONE_STAGE_MACHINE}
10+
611
- name: sleep-for-opencti
712
image: python:3.11
813
commands:
@@ -77,6 +82,8 @@ services:
7782
environment:
7883
APP__ADMIN__PASSWORD: admin
7984
APP__ADMIN__TOKEN: bfa014e0-e02e-4aa6-a42b-603b19dcf159
85+
APP__ENTERPRISE_EDITION_LICENSE:
86+
from_secret: ee_license
8087
REDIS__HOSTNAME: redis
8188
REDIS__NAMESPACE: raw-start
8289
ELASTICSEARCH__URL: http://elastic:9200

0 commit comments

Comments
 (0)