Commit 5c55daba authored by chuzhaohong's avatar chuzhaohong

Update .gitlab-ci.yml

parent 13951fe3
Pipeline #1396 failed
...@@ -7,6 +7,7 @@ release_deploy-1: ...@@ -7,6 +7,7 @@ release_deploy-1:
rules: rules:
- changes: - changes:
- dir1/* - dir1/*
when: always
script: script:
- echo "file1" - echo "file1"
only: only:
...@@ -20,6 +21,7 @@ release_deploy-2: ...@@ -20,6 +21,7 @@ release_deploy-2:
rules: rules:
- changes: - changes:
- dir2/* - dir2/*
when: always
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