Stop on stage #1103
Stop on stage
#1103
Replies: 1 comment
-
gitlab-ci-local --stage test --needs |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Let's say my CI is
build
,test
,publish
I want to stop after
test
.Is there any flag that can stop on
test
stage and avoid runpublish
?Beta Was this translation helpful? Give feedback.
All reactions