From f1fdb5caa165f3b908bf89b2df1e002cd1f732b3 Mon Sep 17 00:00:00 2001 From: Sthope Date: Mon, 28 Aug 2023 19:19:27 +0200 Subject: [PATCH] Update .drone.yml --- .drone.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 63172ad..40ba8dd 100644 --- a/.drone.yml +++ b/.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: