Update .drone.yml
This commit is contained in:
12
.drone.yml
12
.drone.yml
@@ -7,12 +7,12 @@ platform:
|
||||
os: linux
|
||||
arch: arm64
|
||||
|
||||
# Disable the built-in HTTPS clone, we'll do SSH manually
|
||||
# clone:
|
||||
# disable: true
|
||||
|
||||
steps:
|
||||
- name: clone-repo
|
||||
- name: hello-world
|
||||
image: alpine/git
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user