This commit is contained in:
parent
f224d076cb
commit
5ca3dd6cc4
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ jobs:
|
||||||
apt update && apt install --yes $BUILD_DEPS
|
apt update && apt install --yes $BUILD_DEPS
|
||||||
- name: Clone repo
|
- name: Clone repo
|
||||||
run: |
|
run: |
|
||||||
git clone ${{ github.ref_name }} ${{ github.server_url }}/${{ github.repository }}
|
git clone ${{ github.server_url }}/${{ github.repository }}
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
cd app
|
cd app
|
||||||
|
|
Loading…
Reference in a new issue