Skip to content

Commit

Permalink
Rename DEB_RPM_BUCKET_BRANCH to BUCKET_BRANCH (#10408)
Browse files Browse the repository at this point in the history
  • Loading branch information
mx-psi committed Nov 10, 2021
1 parent f6ae892 commit 7ea5e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab/validate-agent-build/trigger_agent_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def trigger_pipeline():
"variables": {
"RELEASE_VERSION_6": "nightly",
"RELEASE_VERSION_7": "nightly-a7",
"DEB_RPM_BUCKET_BRANCH": "none",
"BUCKET_BRANCH": "none",
"INTEGRATIONS_CORE_VERSION": os.environ['CI_COMMIT_REF_NAME'],
"RUN_KITCHEN_TESTS": "false",
}
Expand Down

0 comments on commit 7ea5e16

Please sign in to comment.