Code Review
/
releng.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
4f7132a
)
Apex: fixes build directory in upload artifact
93/34793/1
author
Tim Rozet
<trozet@redhat.com>
Mon, 15 May 2017 20:06:48 +0000
(16:06 -0400)
committer
Tim 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
patch
|
blob
|
history
diff --git
a/jjb/apex/apex-upload-artifact.sh
b/jjb/apex/apex-upload-artifact.sh
index
f543e2d
..
3ebb4a5
100755
(executable)
--- a/
jjb/apex/apex-upload-artifact.sh
+++ b/
jjb/apex/apex-upload-artifact.sh
@@
-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