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

improve promote script

parent f08a3907
No related branches found
No related tags found
No related merge requests found
......@@ -103,10 +103,10 @@ fi
FROMDIR=${mostRecentDir}/${dropDirName}
TODIR=${DOWNLOAD_ROOT}/webtools/downloads/drops/${buildBranch}/
echo
printf "\n\t%s\n" "declaring build ${dropDirName} on buildstream ${buildBranch}"
printf "\t\t%s\n" "into ${TODIR}"
printf "\t\t%s\n\n" "using the build from ${FROMDIR}"
printf "\t%s\n" "declaring build ${dropDirName} on buildstream ${buildBranch}"
printf "\t\t%s\n" "into ${TODIR}"
printf "\t\t%s\n\n" "using the build from ${FROMDIR}"
cp -R ${FROMDIR} ${TODIR}
......
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