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

This commit is contained in:
Sthope 2023-08-28 19:19:27 +02:00
parent e7f5374383
commit f1fdb5caa1

View File

@ -5,10 +5,10 @@ trigger:
release: true
steps:
- name: checkout
image: plugins/git
settings:
repo: https://github.com/insignia-live/setup-assistant-release.git
# - name: checkout
# image: plugins/git
# settings:
# repo: https://github.com/insignia-live/setup-assistant-release.git
- name: run
image: alpine:3.13
@ -23,9 +23,9 @@ steps:
elif [[ "$latestReleaseTag" = "$targetReleaseTag" ]]; then
echo "The release tag is the same as the target tag."
echo "Running testing step..."
exit 0 # Trigger the testing step
else
echo "The new release is older than the one I have."
exit 0 # Trigger the testing step
fi
when:
status: