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

Update .gitlab-ci.yml

parent 0ac47490
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.
...@@ -80,6 +80,7 @@ combine_artefacts: ...@@ -80,6 +80,7 @@ combine_artefacts:
- tags - tags
image: $DOCKER_IMAGE image: $DOCKER_IMAGE
script: script:
- echo $CI_SERVER_URL/api/v4/projects/$PIPELINE_JOBS/pipelines/$CI_PIPELINE_ID/jobs
- 'PIPELINE_JOBS=$(curl --header "PRIVATE-TOKEN: $GITLAB_ACCESS_TOKEN" $CI_SERVER_URL/api/v4/projects/$PIPELINE_JOBS/pipelines/$CI_PIPELINE_ID/jobs)' - 'PIPELINE_JOBS=$(curl --header "PRIVATE-TOKEN: $GITLAB_ACCESS_TOKEN" $CI_SERVER_URL/api/v4/projects/$PIPELINE_JOBS/pipelines/$CI_PIPELINE_ID/jobs)'
- echo $PIPELINE_JOBS - echo $PIPELINE_JOBS
- BUILD_JOB_JSON=$(echo $WASM_PIPELINE_JOB | jq '.[] | select(.name=="build")') - BUILD_JOB_JSON=$(echo $WASM_PIPELINE_JOB | jq '.[] | select(.name=="build")')
......
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