Skip to content
Snippets Groups Projects
Commit 7e97e8bd authored by Sydney Anne Erickson's avatar Sydney Anne Erickson :chipmunk:
Browse files

Update .gitlab-ci.yml

parent bb265697
No related branches found
No related tags found
3 merge requests!67fix for latest client release,!62Update .gitlab-ci.yml,!61Add emoji sanitizater
This commit is part of merge request !67. Comments created here will be created in the context of that merge request.
......@@ -81,6 +81,7 @@ combine_artefacts:
image: $DOCKER_IMAGE
script:
- 'PIPELINE_JOBS=$(curl --header "PRIVATE-TOKEN: $GITLAB_TOKEN" $CI_SERVER_URL/api/v4/projects/$PIPELINE_JOBS/pipelines/$CI_PIPELINE_ID/jobs)'
- echo $PIPELINE_JOBS
- BUILD_JOB_JSON=$(echo $WASM_PIPELINE_JOB | jq '.[] | select(.name=="build")')
- EMOJI_UPDATE_JOB_JSON=$(echo $PIPELINE_JOBS | jq '.[] | select(.name=="emoji-update")')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment