Update .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

This commit is contained in:
2025-10-05 09:05:18 +00:00
parent 7b865c6a24
commit de6dba6ffa

View File

@@ -7,12 +7,12 @@ platform:
os: linux os: linux
arch: arm64 arch: arm64
# Disable the built-in HTTPS clone, we'll do SSH manually
# clone:
# disable: true
steps: steps:
- name: clone-repo - name: hello-world
image: alpine/git image: alpine/git
commands: commands:
- git clone git@gitea.aetoskia.com:apps/cicd.git - echo "=== Successful Deployment ==="
- echo "Latest commit:"
- git rev-parse HEAD
- echo "Latest tag:"
- git describe --tags --abbrev=0 || echo "No tags found"