Skip to content
Snippets Groups Projects
Commit 5486a8d0 authored by david_williams's avatar david_williams
Browse files

add pack200 to promote script

parent e06b8a95
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ echo "BUILD_BRANCH: ${BUILD_BRANCH}";
echo "BUILD_ID: ${BUILD_ID}";
echo "STATS_TAG_SUFFIX: ${STATS_TAG_SUFFIX}";
if [[ \( ! \( -z "${BUILD_BRANCH"} \) \) && \( ! \( -z "${BUILD_ID}" \) \) ]]
if [[ ( ! ( -z "${BUILD_BRANCH}" ) ) && ( ! ( -z "${BUILD_ID}" ) ) ]]
then
MIRRORURL="/webtools/downloads/drops/${BUILD_BRANCH}/${BUILD_ID}/repository/"
else
......
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