Skip to content

Commit 9b9d442

Browse files
committed
Only trigger gitlab pipeline if all builds succeed
1 parent 6a9db4a commit 9b9d442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ trigger-pipeline:
9999
stage: trigger-libopenshot
100100
script:
101101
- "curl -X POST -F token=$LIBOPENSHOT_PIPELINE_TOKEN -F ref=$CI_COMMIT_REF_NAME http://gitlab.openshot.org/api/v4/projects/1/trigger/pipeline"
102-
when: always
102+
when: on_success
103103
dependencies: []
104104
except:
105105
- tags

0 commit comments

Comments
 (0)