Skip to content

Commit

Permalink
Comment out the image build trigger as it doesn't work correctly
Browse files Browse the repository at this point in the history
Comment out the image build trigger as it doesn't work correctly and causing damage on deployment workflow.
  • Loading branch information
sgyuris authored May 9, 2024
1 parent 28c6ec0 commit e0c1f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nmc-trigger-gitlab-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
env:
GITLAB_TOKEN: ${{ secrets.GITLAB_IMAGE_TRIGGER_TOKEN }}
run: |
curl -X POST \
echo curl -X POST \
--fail \
-F token=$GITLAB_TOKEN \
-F ref=master \
Expand Down

0 comments on commit e0c1f36

Please sign in to comment.