fix missing echo

This commit is contained in:
William Cheng 2020-04-29 15:23:36 +08:00
parent cee6ef2714
commit 42dbf4bf14

View File

@ -7,4 +7,4 @@ jobs:
parallelism: 1 parallelism: 1
shell: /bin/bash --login shell: /bin/bash --login
steps: steps:
- run: "To avoid build failure due to missing circle.yml" - run: echo "To avoid build failure due to missing circle.yml"