Skip to content

Commit

Permalink
gitlab env var
Browse files Browse the repository at this point in the history
  • Loading branch information
steveny91 committed Dec 19, 2023
1 parent df65301 commit 3a420b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab/tagger/build-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -euxo pipefail
IFS=$'\n\t'

curl --request POST --form "token=$CI_JOB_TOKEN" --form ref=master \
--form variables[ORIG_CI_BUILD_REF]=$CI_BUILD_REF \
--form variables[ORIG_CI_BUILD_REF]=$CI_COMMIT_SHA \
--form variables[ROOT_LAYOUT_TYPE]=core \
--form variables[REPO_NAME]=integrations-core \
https://gitlab.ddbuild.io/api/v4/projects/138/trigger/pipeline
Expand Down

0 comments on commit 3a420b2

Please sign in to comment.