mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
12 lines
140 B
YAML
12 lines
140 B
YAML
---
|
|
stages:
|
|
- test
|
|
|
|
demo-test:
|
|
image: ubuntu:18.04
|
|
stage: test
|
|
script:
|
|
- echo "hello world"
|
|
only:
|
|
refs:
|
|
- schedules
|