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

This commit is contained in:
Sthope 2023-08-28 19:28:25 +02:00
parent 28bdf1857a
commit 4e54518eae

View File

@ -20,10 +20,10 @@ steps:
if [[ "$latestReleaseTag" != "$targetReleaseTag" ]]; then if [[ "$latestReleaseTag" != "$targetReleaseTag" ]]; then
echo "This pipeline is run because the new release is different from the target tag." echo "This pipeline is run because the new release is different from the target tag."
exit 78 exit 0
else else
echo "The release tag is the same as the target tag. Skipping pipeline." echo "The release tag is the same as the target tag. Skipping pipeline."
exit 0 # Skip the pipeline (status code 78) exit 78
fi fi
when: when:
status: status: