.drone.yml aktualisiert
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Edward Koenig 2026-04-21 18:17:27 +00:00
parent 6937983758
commit 33af22cb53

View File

@ -1,7 +1,7 @@
kind: pipeline
type: docker
name: default
#test1
#test
steps:
- name: build-image
image: gcr.io/kaniko-project/executor:debug
@ -53,7 +53,7 @@ steps:
- git checkout drone-artifacts || git checkout -b drone-artifacts
# Artifact löschen und neu hinzufügen
- git rm image.tar
- git rm image.tar || true
- cp $DRONE_WORKSPACE/image.tar .
- git add image.tar