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