Commit fcdc5a4f by John Jarvis

use workspace for jenkins

parent 25842aba
...@@ -8,7 +8,12 @@ ...@@ -8,7 +8,12 @@
# {edxapp,forum,xqueue,xserver,ora}_version - commit or tag # {edxapp,forum,xqueue,xserver,ora}_version - commit or tag
export BOTO_CONFIG=/var/lib/jenkins/${aws_account}.boto export BOTO_CONFIG=/var/lib/jenkins/${aws_account}.boto
source "ascii-convert.sh" if [[ -z $WORKSPACE ]]; then
dir=$(dirname $0)
source "$dir/ascii-convert.sh"
else
source "$WORKSPACE/util/jenkins/ascii-convert.sh"
fi
if [[ -z $github_username ]]; then if [[ -z $github_username ]]; then
github_username=$BUILD_USER_ID github_username=$BUILD_USER_ID
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment