Manual interaction
-
Select the
gearicon, type in the variable:nameand a value. Then let it run.
build:
stage: build
script: echo Build
test:
stage: test
script: echo Test
deploy:
stage: deploy
when: manual
script: echo Deploy
