diff --git a/.drone.yml b/.drone.yml index aa125ed..6075f02 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,6 +21,7 @@ steps: if [[ "$latestReleaseTag" != "$targetReleaseTag" ]]; then echo "This pipeline is run because the new release is different from the target tag." echo "Running testing step..." + exit 1 else echo "The release tag is the same as the target tag. Skipping testing step." exit 0 @@ -34,7 +35,4 @@ steps: - name: testing image: alpine commands: - - echo "test" - when: - status: - - changed \ No newline at end of file + - echo "test" \ No newline at end of file