2020-03-05 21:36:47

This commit is contained in:
monlor
2020-03-05 21:36:47 +08:00
parent 691a5d34ff
commit b988da9396

View File

@@ -20,7 +20,7 @@ jobs:
env: env:
BRANCH_NAME: test BRANCH_NAME: test
run: | run: |
gitp pull git fetch origin ${BRANCH_NAME}
git checkout ${BRANCH_NAME} git checkout ${BRANCH_NAME}
bash ./tools/gitsync.sh pack bash ./tools/gitsync.sh pack
bash ./tools/gitsync.sh deploy mbfiles ${BRANCH_NAME} ${GH_REF} bash ./tools/gitsync.sh deploy mbfiles ${BRANCH_NAME} ${GH_REF}