forked from freudenreichan/EinfuehrungInDocker_Pipeline2
This commit is contained in:
parent
f325e6922e
commit
d517a3ac81
@ -53,8 +53,8 @@ steps:
|
||||
- git checkout drone-artifacts || git checkout -b drone-artifacts
|
||||
|
||||
# Artifact löschen und neu hinzufügen
|
||||
- git rm image.tar
|
||||
- cp $DRONE_WORKSPACE/image.tar .
|
||||
- git rm -f image.tar || true
|
||||
- cp /drone/src/image.tar .
|
||||
- git add image.tar
|
||||
|
||||
# Commit nur wenn Änderungen vorhanden
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user