Commit f127742f authored by chuzhaohong's avatar chuzhaohong

Update .gitlab-ci.yml

parent f7847981
Pipeline #1394 failed
......@@ -6,7 +6,7 @@ release_deploy-1:
stage: release
rules:
- changes:
- dir1
- dir1/*
script:
- echo "file1"
only:
......@@ -19,7 +19,7 @@ release_deploy-2:
stage: release-2
rules:
- changes:
- dir2
- dir2/*
script:
- echo "file2"
only:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment