9 lines
89 B
YAML
9 lines
89 B
YAML
stages:
|
|
- build
|
|
|
|
job:
|
|
stage: build
|
|
only: master
|
|
script:
|
|
- echo "Hello world"
|