Add manual git clone step before build
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 41s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 41s
This commit is contained in:
parent
ab007ac8e6
commit
a4aceea518
@ -22,6 +22,15 @@ jobs:
|
|||||||
rm docker-25.0.3.tgz
|
rm docker-25.0.3.tgz
|
||||||
docker --version
|
docker --version
|
||||||
|
|
||||||
|
- name: Clone repository
|
||||||
|
run: |
|
||||||
|
apk add --no-cache git || apt-get update && apt-get install -y git
|
||||||
|
cd /workspace/szmyt151
|
||||||
|
rm -rf aiagentdlafirm || true
|
||||||
|
git clone --depth 1 --branch ${GITHUB_REF##*/} https://git.szmyt151.pl/szmyt151/aiagentdlafirm.git
|
||||||
|
cd aiagentdlafirm
|
||||||
|
ls -la
|
||||||
|
|
||||||
- name: Build Docker image
|
- name: Build Docker image
|
||||||
run: |
|
run: |
|
||||||
cd $GITHUB_WORKSPACE
|
cd $GITHUB_WORKSPACE
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user