Skip to content
Snippets Groups Projects
Commit 8ee5cf1c authored by Martyn Gigg's avatar Martyn Gigg Committed by GitHub
Browse files

Update buildscript

Fix parameter check and assignment
parent d2335f23
No related branches found
No related tags found
No related merge requests found
...@@ -41,9 +41,7 @@ fi ...@@ -41,9 +41,7 @@ fi
# BUILD_PACKAGE can be provided as a job parameter on the pull requests # BUILD_PACKAGE can be provided as a job parameter on the pull requests
# except RHEL7 as we always need to it to do the system tests # except RHEL7 as we always need to it to do the system tests
if [[ ${JOB_NAME} == *pull_requests* ]]; then if [[ ${JOB_NAME} == *pull_requests* ]]; then
if [[ ${BUILD_PACKAGE} == "no" ]]; then BUILDPKG=${BUILD_PACKAGE}
BUILDPKG=false
fi
fi fi
############################################################################### ###############################################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment