forked from mirrors/gstreamer-rs
ci: fix trigger update request
Forgot to change the branch to 'master' instead of my custom test branch.
This commit is contained in:
parent
1567513e8a
commit
e23ca02261
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ update-nightly:
|
|||
- |
|
||||
if [[ x"$IMAGE_PIPELINE_ID" == x"$CI_PIPELINE_ID" ]]; then
|
||||
echo "Image has been updated, notify gst-plugins-rs"
|
||||
curl -X POST -F "token=$GST_PLUGINS_RS_TOKEN" -F "ref=fdo-template" -F "variables[UPDATE_IMG]=$UPDATE_IMG" https://gitlab.freedesktop.org/api/v4/projects/1400/trigger/pipeline
|
||||
curl -X POST -F "token=$GST_PLUGINS_RS_TOKEN" -F "ref=master" -F "variables[UPDATE_IMG]=$UPDATE_IMG" https://gitlab.freedesktop.org/api/v4/projects/1400/trigger/pipeline
|
||||
else
|
||||
echo "Image has not been updated, ignore"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue