This commit is contained in:
parent
e7f5374383
commit
f1fdb5caa1
10
.drone.yml
10
.drone.yml
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user