docker: Make it possible to specify tags for Docker Images of test projects
[releng.git] / jjb / compass4nfv / compass-build.sh
index 85b3ab4..d08c39c 100644 (file)
@@ -2,6 +2,7 @@
 set -o errexit
 set -o nounset
 set -o pipefail
+set -x
 
 # log info to console
 echo "Starting the build of $INSTALLER_TYPE. This could take some time..."
@@ -14,6 +15,7 @@ echo
 
 # set OPNFV_ARTIFACT_VERSION
 export OPNFV_ARTIFACT_VERSION=$(date -u +"%Y-%m-%d_%H-%M-%S")
+export PACKAGE_URL=$PPA_REPO
 
 # start the build
 if [ -d $PPA_CACHE ]
@@ -38,4 +40,4 @@ ls -al $BUILD_DIRECTORY
 ) > $BUILD_DIRECTORY/opnfv.properties
 echo
 echo "--------------------------------------------------------"
-echo "Done!"
\ No newline at end of file
+echo "Done!"