Fix: Update gradle job for build and publish
[releng/global-jjb.git] / shell / nexus-upload.sh
index 0141f24..c765e0e 100644 (file)
@@ -3,9 +3,6 @@
 # Copyright 2024 The LMinux Foundation <matthew.watkins@linuxfoundation.org>
 # Uncomment to enable debugging
 # set -vx
-# Initialise variables
-DIRECTORY="."
-FILE_EXTENSION=""
 # Count file upload successes/failures
 SUCCESSES="0"; FAILURES="0"
 # Shared functions