2020-05-28 13:30:53

This commit is contained in:
monlor
2020-05-28 13:30:53 +08:00
parent 3fcfa79b90
commit 6a8be9c080

View File

@@ -32,7 +32,7 @@ jobs:
uses: actions/cache@v2 uses: actions/cache@v2
with: with:
path: mbfiles path: mbfiles
key: ${BRANCH_NAME}-${{ hashFiles('**/lockfiles') }} key: ${{ github.run_id }}
- name: Deploy To Coding - name: Deploy To Coding
run: | run: |
test ! -d mbfiles && git clone -b `basename ${BRANCH_NAME}` ${CO_REF} test ! -d mbfiles && git clone -b `basename ${BRANCH_NAME}` ${CO_REF}
@@ -48,7 +48,7 @@ jobs:
uses: actions/cache@v2 uses: actions/cache@v2
with: with:
path: mbfiles path: mbfiles
key: ${BRANCH_NAME}-${{ hashFiles('**/lockfiles') }} key: ${{ github.run_id }}
- name: Deploy To GitHub - name: Deploy To GitHub
run: | run: |
test ! -d mbfiles && git clone -b `basename ${BRANCH_NAME}` ${GH_REF} test ! -d mbfiles && git clone -b `basename ${BRANCH_NAME}` ${GH_REF}