feature/ci-cd-drone-migration #3

Merged
t3hn3rd merged 21 commits from feature/ci-cd-drone-migration into develop 2025-03-09 22:32:17 +00:00
Showing only changes of commit 315050f095 - Show all commits

View File

@ -26,7 +26,7 @@ steps:
- /drone/src/compile.sh
- name: upload-iso-artifact
image: curlimages/curl:latest
image: alpine/git
depends_on:
- compile
# when:
@ -36,8 +36,11 @@ steps:
GITEA_TOKEN:
from_secret: gitea_token
commands:
- apk add --no-cache curl
- export BUILD_VERSION=$(git rev-parse --short HEAD)
- export ISO_NAME="Asuro-${BUILD_VERSION}.iso"
- ls -lah
- chmod +w Asuro.iso
- cp Asuro.iso "$ISO_NAME"
# Upload commit-specific ISO