Apex: fixes build directory in upload artifact 93/34793/1
authorTim Rozet <trozet@redhat.com>
Mon, 15 May 2017 20:06:48 +0000 (16:06 -0400)
committerTim Rozet <trozet@redhat.com>
Mon, 15 May 2017 20:06:48 +0000 (16:06 -0400)
Change-Id: I5d3c5c76159a1bc4b83ef5855ad412962d00fcb6
Signed-off-by: Tim Rozet <trozet@redhat.com>
jjb/apex/apex-upload-artifact.sh

index f543e2d..3ebb4a5 100755 (executable)
@@ -13,8 +13,6 @@ echo "Uploading the Apex ${ARTIFACT_TYPE} artifact. This could take some time...
 echo "--------------------------------------------------------"
 echo
 
-BUILD_DIRECTORY=$WORKSPACE/../$BUILD_DIRECTORY
-
 if [[ ! "$ARTIFACT_VERSION" =~ dev ]]; then
   source $BUILD_DIRECTORY/../opnfv.properties
 fi