Apex: fixes build directory for build/upload 99/25799/1
authorTim Rozet <trozet@redhat.com>
Mon, 12 Dec 2016 14:40:51 +0000 (09:40 -0500)
committerTim Rozet <trozet@redhat.com>
Mon, 12 Dec 2016 14:40:51 +0000 (09:40 -0500)
Change-Id: Iaa6b60c1de8c80e2a3c582a478131b1d7fc2dc3f
Signed-off-by: Tim Rozet <trozet@redhat.com>
jjb/apex/apex-upload-artifact.sh
jjb/apex/apex.yml

index f54e4c5..64f13f4 100755 (executable)
@@ -11,6 +11,8 @@ echo
 # source the opnfv.properties to get ARTIFACT_VERSION
 source $WORKSPACE/opnfv.properties
 
+BUILD_DIRECTORY=${WORKSPACE}/.build
+
 # clone releng repository
 echo "Cloning releng repository..."
 [ -d releng ] && rm -rf releng
index 9befaba..d8784c6 100644 (file)
             description: "Artifact version type"
         - string:
             name: BUILD_DIRECTORY
-            default: $WORKSPACE/.build
+            default: $WORKSPACE/build
             description: "Directory where the build artifact will be located upon the completion of the build."
         - string:
             name: CACHE_DIRECTORY