1 files changed, 1 insertions(+), 0 deletions(-)
M .build.yml
M .build.yml => .build.yml +1 -0
@@ 7,6 7,7 @@ environment:
PUSH_BRANCH: main
tasks:
- check-branch: |
+ cd ~/"${REPO}"
if [ "x$(git rev-parse origin/${PUSH_BRANCH} --)" != "x$(git rev-parse HEAD --)" ]; then
complete-build
fi