salt/.gitlab-ci.yml
Felippe Burk 2756ec6144
demo test
2020-04-14 11:23:53 -06:00

12 lines
140 B
YAML

---
stages:
- test
demo-test:
image: ubuntu:18.04
stage: test
script:
- echo "hello world"
only:
refs:
- schedules