Skip to content

Commit e0c1f36

Browse files
authored
Comment out the image build trigger as it doesn't work correctly
Comment out the image build trigger as it doesn't work correctly and causing damage on deployment workflow.
1 parent 28c6ec0 commit e0c1f36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nmc-trigger-gitlab-image-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
env:
2020
GITLAB_TOKEN: ${{ secrets.GITLAB_IMAGE_TRIGGER_TOKEN }}
2121
run: |
22-
curl -X POST \
22+
echo curl -X POST \
2323
--fail \
2424
-F token=$GITLAB_TOKEN \
2525
-F ref=master \

0 commit comments

Comments
 (0)