Skip to content
Snippets Groups Projects
Commit 4b01b72f authored by dgelessus's avatar dgelessus
Browse files

Fix release upload condition

parent 0120be0b
No related branches found
No related tags found
No related merge requests found
Pipeline #111976 passed
......@@ -43,7 +43,8 @@ deploy:
- apk add lftp openssh-client
script:
- |
case build/libs/prob2-jupyter-kernel-*-all.jar in
filename="$(echo build/libs/prob2-jupyter-kernel-*-all.jar)"
case "${filename}" in
(*-SNAPSHOT-all.jar)
# Don't upload SNAPSHOT builds
;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment