Skip to content

Commit

Permalink
[frontend] Testing drone configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Kedae committed Mar 4, 2024
1 parent bb859e0 commit f6b3bad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ steps:
- apk add build-base git libffi-dev cargo
- OPENCTI_COMMIT=$(git rev-parse --short HEAD)
- echo [INFO] using opencti@$DRONE_COMMIT_BRANCH:$OPENCTI_COMMIT
- export OPENCTI_TEST=$DRONE_SOURCE_BRANCH
- echo "OPENCTI_TEST=$DRONE_SOURCE_BRANCH" > variables

- name: api-tests
image: nikolaik/python-nodejs:python3.11-nodejs20-alpine
Expand Down Expand Up @@ -41,6 +41,7 @@ steps:
- apk add build-base git libffi-dev cargo
- pip3 install --upgrade setuptools
- cd opencti-platform
- source ../variables
- echo $OPENCTI_TEST
- OPENCTI_COMMIT=$(git rev-parse --short HEAD)
- echo [INFO] using opencti@$DRONE_COMMIT_BRANCH:$OPENCTI_COMMIT
Expand Down

0 comments on commit f6b3bad

Please sign in to comment.