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