Skip to content

Commit

Permalink
[DEV-13628] Adding triggered destroy
Browse files Browse the repository at this point in the history
  • Loading branch information
vitali-federau-monite committed Jan 23, 2025
1 parent c3a8668 commit 53aa7dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-trigger-stop-review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
--form token="${GITLAB_TOKEN}" \
--form ref="DEV-13628-triggered-deploy" \
--form "variables[NORMALIZED_GITHUB_BRANCH]=${NORMALIZED_GITHUB_BRANCH}" \
--form "variables[GITHUB_BRANCH]=${{ github.ref_name }}" \
--form "variables[GITHUB_BRANCH]=${{ github.head_ref }}" \
--form "variables[CI_PIPELINE_SOURCE]=pipeline" \
--form "variables[CI_ACTION]=destroy" \
"https://${REPO}/api/v4/projects/${PROJECT_ID}/trigger/pipeline"

0 comments on commit 53aa7dd

Please sign in to comment.