We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a9db4a commit 9b9d442Copy full SHA for 9b9d442
.gitlab-ci.yml
@@ -99,7 +99,7 @@ trigger-pipeline:
99
stage: trigger-libopenshot
100
script:
101
- "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
+ when: on_success
103
dependencies: []
104
except:
105
- tags
0 commit comments