forked from freudenreichan/EinfuehrungInDocker_Pipeline2
This commit is contained in:
parent
6937983758
commit
33af22cb53
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user