without git

This commit is contained in:
2022-10-29 18:50:29 +02:00
parent 97bff5baab
commit 165554ee15
2 changed files with 1 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ steps:
DOCKER_BUILDKIT: 1
commands:
- "sleep 5"
- apk add git
- mkdir -p tmp/dagger-go
- git clone "https://git.front.kjuulh.io/kjuulh/dagger-go.git" tmp/dagger-go
- docker build -t dagger-go-builder:${DRONE_COMMIT} -f tmp/dagger-go/Dockerfile .