Skip to content

Commit 7efecf4

Browse files
authored
Merge pull request #250 from terrestris/dnlkoch-patch-1
Update pipeline trigger
2 parents ae22591 + 33de7f4 commit 7efecf4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/trigger-gitlab.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@ jobs:
1212
steps:
1313
- name: Trigger GitLab pipeline 🚀
1414
run: |
15-
curl -X POST \
15+
curl \
16+
-X POST \
17+
--silent \
18+
--output /dev/null \
19+
--show-error \
20+
--fail \
1621
-F token=${{ secrets.GITLAB_TRIGGER_TOKEN }} \
1722
-F ref=${{ secrets.GITLAB_PROJECT_REF }} \
1823
https://${{ secrets.GITLAB_URL }}/api/v4/projects/${{ secrets.GITLAB_PROJECT_ID }}/trigger/pipeline

0 commit comments

Comments
 (0)