Copy-paste mistake
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Nicolai Ort 2022-06-11 19:53:07 +02:00
parent e6243bb3a3
commit fcfe58f02b
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ if [[ -n "${PLUGIN_NOPUSH:-}" ]]; then
fi
if [[ -n "${PLUGIN_SNAPSHOT_MODE:-}" ]]; then
SNAPSHOT_MODE="--snapshotMode=${PLUGIN_TARPATH}"
SNAPSHOT_MODE="--snapshotMode=${PLUGIN_SNAPSHOT_MODE}"
fi
if [[ -n "${PLUGIN_NEWRUN:-}" ]]; then