Skip to content
Snippets Groups Projects
Commit 44231282 authored by Ondřej Surý's avatar Ondřej Surý
Browse files

Push variables from this build

parent 19df95cb
Branches
Tags
1 merge request!645Gitlab ci documentation
Pipeline #1195 failed with stages
in 4 minutes and 13 seconds
......@@ -99,4 +99,4 @@ deploy:documentation:
- tags
- triggers
script:
- "curl --request POST --form token=$WEBSITE_TOKEN --form ref=master https://gitlab.labs.nic.cz/api/v3/projects/5/trigger/builds"
- "curl --request POST --form token=$WEBSITE_TOKEN --form ref=master --form \"variables[RELEASE_CI_BUILD_TAG]=$CI_BUILD_TAG\" --form \"variables[RELEASE_CI_BUILD_ID]=$CI_BUILD_ID\" https://gitlab.labs.nic.cz/api/v3/projects/5/trigger/builds"
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment