fix: add git installation to docker job
This commit is contained in:
parent
9c77d64d0f
commit
eb033ee4b9
1 changed files with 1 additions and 0 deletions
|
|
@ -110,6 +110,7 @@ jobs:
|
||||||
|
|
||||||
- name: Manual Git Checkout
|
- name: Manual Git Checkout
|
||||||
run: |
|
run: |
|
||||||
|
apk add --no-cache git
|
||||||
git init
|
git init
|
||||||
git remote add origin ${{ env.REPO_URL }}/${{ github.repository }}.git
|
git remote add origin ${{ env.REPO_URL }}/${{ github.repository }}.git
|
||||||
git fetch --depth 1 origin ${{ github.ref }}
|
git fetch --depth 1 origin ${{ github.ref }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue