Workflow: Start the clone step from the workspace directory
This commit is contained in:
parent
3e2e2e47df
commit
bf7f5c943c
@ -17,11 +17,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Clone
|
- name: Clone
|
||||||
run: |
|
run: |
|
||||||
echo "github.repository = ${{ github.repository }}"
|
cd /workspace
|
||||||
echo "github.ref = ${{ github.ref }}"
|
|
||||||
echo "github.ref = ${{ github.ref }}"
|
|
||||||
echo "github.workspace = ${{ github.workspace }}"
|
|
||||||
|
|
||||||
rm -rf ${{ github.workspace }}
|
rm -rf ${{ github.workspace }}
|
||||||
git clone --progress --verbose https://dev.sp-tarkov.com/${{ github.repository }}.git --branch master ${{ github.workspace }}
|
git clone --progress --verbose https://dev.sp-tarkov.com/${{ github.repository }}.git --branch master ${{ github.workspace }}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user