daily/.gitlab-ci.yml

21 lines
178 B
YAML
Raw Normal View History

2023-07-13 11:59:33 +08:00
2023-07-13 11:08:59 +08:00
stages:
- install
- deploy
before_script:
2023-07-13 11:59:33 +08:00
- echo "aaaaa"
2023-07-13 11:08:59 +08:00
install:
stage: install
script:
2023-07-13 11:59:33 +08:00
- echo "bbbb"
2023-07-13 11:08:59 +08:00
deploy:
stage: deploy
script:
2023-07-13 12:02:03 +08:00
- echo "asdasd"
2023-07-13 11:08:59 +08:00