Skip to content
Snippets Groups Projects
Commit 1f024257 authored by Neda Moeini's avatar Neda Moeini
Browse files

Added apk install.

parent 094cd7ab
No related branches found
No related tags found
No related merge requests found
Pipeline #84443 failed
This commit is part of merge request !100. Comments created here will be created in the context of that merge request.
...@@ -62,12 +62,10 @@ trigger_jenkins_build: ...@@ -62,12 +62,10 @@ trigger_jenkins_build:
image: alpine:latest image: alpine:latest
before_script: before_script:
- apk add --no-cache curl jq - apk add --no-cache curl jq
variables:
PROJECT_NAME: 'geant-service-orchestrator'
script: script:
- 'curl "https://test-swd-release-service01.geant.org/job/build-python-snapshot/buildWithParameters" \ - 'curl "https://test-swd-release-service01.geant.org/job/build-python-snapshot/buildWithParameters" \
--user $JENKINS_USERNAME:$JENKINS_API_TOKEN \ --user $JENKINS_USERNAME:$JENKINS_API_TOKEN \
--data "PROJECT=${PROJECT_NAME}"' --data "PROJECT=geant-service-orchestrator"'
# only: # only:
# - develop # - develop
tags: tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment