Commit f7baadf3 by 刘旋尧

修改语法错误

parent 659b4a2d
......@@ -35,7 +35,7 @@
- name: sync-to-qiniu
command: "qshell qupload2 -thread-count=10 -rescan-local=true -src-dir={{ projects[project].dir }}/build -bucket={{ projects[project].bucket }} -key-prefix={{ project }}/"
when: projects[project].sync2qiniu is defined and branch=="master" and projects[project].build="yes"
when: projects[project].sync2qiniu is defined and branch=="master" and projects[project].build=="yes"
- name: sync-to-qiniu
command: "qshell qupload2 -thread-count=10 -rescan-local=true -src-dir={{ projects[project].dir }} -bucket={{ projects[project].bucket }} -key-prefix={{ project }}/"
......
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