Skip to content

Commit

Permalink
Only trigger gitlab pipeline if all builds succeed
Browse files Browse the repository at this point in the history
  • Loading branch information
jonoomph committed Dec 10, 2024
1 parent 6a9db4a commit 9b9d442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ trigger-pipeline:
stage: trigger-libopenshot
script:
- "curl -X POST -F token=$LIBOPENSHOT_PIPELINE_TOKEN -F ref=$CI_COMMIT_REF_NAME http://gitlab.openshot.org/api/v4/projects/1/trigger/pipeline"
when: always
when: on_success
dependencies: []
except:
- tags
Expand Down

0 comments on commit 9b9d442

Please sign in to comment.