forked from freudenreichan/EinfuehrungInDocker_Pipeline2
This commit is contained in:
parent
0d1f587f4c
commit
d295c5e8bf
@ -53,7 +53,7 @@ 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 || true
|
- git rm image.tar
|
||||||
- cp $DRONE_WORKSPACE/image.tar .
|
- cp $DRONE_WORKSPACE/image.tar .
|
||||||
- git add image.tar
|
- git add image.tar
|
||||||
|
|
||||||
@ -64,4 +64,4 @@ steps:
|
|||||||
- git pull || true
|
- git pull || true
|
||||||
|
|
||||||
# Push
|
# Push
|
||||||
- git push --set-upstream origin drone-artifacts
|
- git push
|
||||||
Loading…
x
Reference in New Issue
Block a user