Skip to content

Commit 71bc90a

Browse files
authoredOct 31, 2023
feat(trigger): trigger child pipeline on stable-agent-incl-ngmsi instead of main (#20533)
1 parent 3327deb commit 71bc90a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.gitlab/trigger_release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# when triggered with major version 7
2121
- source /root/.bashrc
2222
- export RELEASE_VERSION=$(inv agent.version --major-version 7 --url-safe --omnibus-format)-1
23-
- inv pipeline.trigger-child-pipeline --no-follow --project-name "DataDog/agent-release-management" --git-ref "main" --variables "ACTION,AUTO_RELEASE,BUILD_PIPELINE_ID,RELEASE_PRODUCT,RELEASE_VERSION,TARGET_REPO,TARGET_REPO_BRANCH"
23+
- inv pipeline.trigger-child-pipeline --no-follow --project-name "DataDog/agent-release-management" --git-ref "stable-agent-incl-ngmsi" --variables "ACTION,AUTO_RELEASE,BUILD_PIPELINE_ID,RELEASE_PRODUCT,RELEASE_VERSION,TARGET_REPO,TARGET_REPO_BRANCH"
2424
dependencies: []
2525

2626
trigger_auto_staging_release:

0 commit comments

Comments
 (0)