Fixing unbound variable in Gluon packaging script 49/26049/2
authorGeorg Kunz <georg.kunz@ericsson.com>
Thu, 15 Dec 2016 21:06:27 +0000 (22:06 +0100)
committerGeorg Kunz <georg.kunz@ericsson.com>
Thu, 15 Dec 2016 21:55:27 +0000 (22:55 +0100)
Change-Id: I04699eb69ef276629d2e230c45f8a70067e7e2cf
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
jjb/netready/netready-gluon-build.sh
jjb/netready/netready.yml

index 5904c84..141e84c 100755 (executable)
@@ -7,9 +7,7 @@ echo "Building Gluon packages."
 echo "------------------------"
 echo
 
-if [ "$ARTIFACT_VERSION" == "daily" ]; then
-   export OPNFV_ARTIFACT_VERSION=$(echo $(date -u +"%Y%m%d"))
-fi
+OPNFV_ARTIFACT_VERSION=$(echo $(date -u +"%Y%m%d"))
 
 # build all packages
 cd $WORKSPACE/ci
index 181af3a..f7d86e9 100644 (file)
@@ -71,6 +71,7 @@
         - gerrit-parameter:
             branch: '{branch}'
         - 'opnfv-build-ubuntu-defaults'
+        - 'netready-parameter'
 
     scm:
         - git-scm: