This commit is contained in:
@@ -86,7 +86,7 @@ jobs:
|
||||
send "NEW_HEAD=\\\$(git rev-parse HEAD)\r"
|
||||
|
||||
# 判断是否需要构建
|
||||
send "if \[ \\\"\\\$OLD_HEAD\\\" == \\\"\\\$NEW_HEAD\\\" \]; then\r"
|
||||
send "if \\[ \\\"\\\$OLD_HEAD\\\" == \\\"\\\$NEW_HEAD\\\" \\]; then\r"
|
||||
send " echo 'No changes detected, skipping deploy'\r"
|
||||
send "else\r"
|
||||
# 检查构建文件变动
|
||||
|
||||
Reference in New Issue
Block a user