Default Stages
By default there are 3 main stages:
build-job:
stage: build
script: echo Build
test-job:
stage: test
script: echo Test
deploy-job:
stage: deploy
script: echo Deploy
- build
- test
- deploy
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
By default there are 3 main stages:
build-job:
stage: build
script: echo Build
test-job:
stage: test
script: echo Test
deploy-job:
stage: deploy
script: echo Deploy