Commit f127742f authored by chuzhaohong's avatar chuzhaohong

Update .gitlab-ci.yml

parent f7847981
Pipeline #1394 failed
...@@ -6,7 +6,7 @@ release_deploy-1: ...@@ -6,7 +6,7 @@ release_deploy-1:
stage: release stage: release
rules: rules:
- changes: - changes:
- dir1 - dir1/*
script: script:
- echo "file1" - echo "file1"
only: only:
...@@ -19,7 +19,7 @@ release_deploy-2: ...@@ -19,7 +19,7 @@ release_deploy-2:
stage: release-2 stage: release-2
rules: rules:
- changes: - changes:
- dir2 - dir2/*
script: script:
- echo "file2" - echo "file2"
only: 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