Further tweaks to artefact upload step
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
DroneCI wasn't happy with the mv of `Asuro.iso` - changed to a cp.
This commit is contained in:
parent
738307d070
commit
f795ba24f8
@ -38,7 +38,7 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- export BUILD_VERSION=$(git rev-parse --short HEAD)
|
- export BUILD_VERSION=$(git rev-parse --short HEAD)
|
||||||
- export ISO_NAME="Asuro-${BUILD_VERSION}.iso"
|
- export ISO_NAME="Asuro-${BUILD_VERSION}.iso"
|
||||||
- mv Asuro.iso "$ISO_NAME"
|
- cp Asuro.iso "$ISO_NAME"
|
||||||
|
|
||||||
# Upload commit-specific ISO
|
# Upload commit-specific ISO
|
||||||
- |
|
- |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user