mirror of
https://github.com/monlor/MIXBOX-ARCHIVE.git
synced 2026-03-10 23:41:27 +00:00
2020-05-28 13:34:24
This commit is contained in:
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
@@ -28,11 +28,6 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@master
|
||||
- name: Cache
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: mbfiles
|
||||
key: ${{ github.run_id }}
|
||||
- name: Deploy To Coding
|
||||
run: |
|
||||
test ! -d mbfiles && git clone -b `basename ${BRANCH_NAME}` ${CO_REF}
|
||||
@@ -44,11 +39,6 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@master
|
||||
- name: Cache
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: mbfiles
|
||||
key: ${{ github.run_id }}
|
||||
- name: Deploy To GitHub
|
||||
run: |
|
||||
test ! -d mbfiles && git clone -b `basename ${BRANCH_NAME}` ${GH_REF}
|
||||
|
||||
Reference in New Issue
Block a user