diff --git a/.drone.yml b/.drone.yml index 1f5af94..c836a5c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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