Skip to content
Snippets Groups Projects
Commit 18d3d73b authored by Peterson, Peter's avatar Peterson, Peter
Browse files

Was setting release to unstable

parent bf9ab573
No related branches found
No related tags found
No related merge requests found
......@@ -146,7 +146,9 @@ if [[ "$BUILDPKG" == true ]]; then
# Set some variables relating to the linux packages
if [[ $(uname) != 'Darwin' ]]; then
# Use different suffix for linux builds
if [[ ${JOB_NAME} == *master* ]]; then
if [[ ${JOB_NAME} == *release* ]]; then
# do nothing
elif [[ ${JOB_NAME} == *master* ]]; then
PACKAGE_SUFFIX="nightly"
elif [[ ${JOB_NAME} == *pvnext* ]]; then
PACKAGE_SUFFIX="mantidunstable-pvnext"
......
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