Loading .jenkins.sh +15 −15 Original line number Diff line number Diff line Loading @@ -5,11 +5,11 @@ #set -vx set -e cd "${dirname "$0"}" cd $(dirname $0) run_dir="$(pwd)" run_dir=`pwd` cd docker ./build-container.sh ./run-container.sh "${run_dir}" ./run-container.sh $run_dir Vagrant/provisioner.bash +3 −0 Original line number Diff line number Diff line Loading @@ -135,6 +135,9 @@ if [ ${USERNAME} != '' ] && [ ${PASSWORD} != '' ] then cd ${HOME}/tmp svn co --username $USERNAME --password $PASSWORD --non-interactive https://oldforge.vagrant.org/svn/ITS/branches/STF525 else echo "Pease set <username> & <password> in your local Vagrantfile" exit -1 fi sudo echo "" >> /etc/profile Loading docker/run-container.sh +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ #set -e #set -vx docker run -it --rm stf525_its:latest /bin/bash -c "sudo stf525" docker run -it --rm stf525_its:latest /bin/bash #-c "sudo etsi" # That's all Floks exit 0 scripts/devenv.bash.ubuntu +66 −66 File changed.Contains only whitespace changes. Show changes Loading
.jenkins.sh +15 −15 Original line number Diff line number Diff line Loading @@ -5,11 +5,11 @@ #set -vx set -e cd "${dirname "$0"}" cd $(dirname $0) run_dir="$(pwd)" run_dir=`pwd` cd docker ./build-container.sh ./run-container.sh "${run_dir}" ./run-container.sh $run_dir
Vagrant/provisioner.bash +3 −0 Original line number Diff line number Diff line Loading @@ -135,6 +135,9 @@ if [ ${USERNAME} != '' ] && [ ${PASSWORD} != '' ] then cd ${HOME}/tmp svn co --username $USERNAME --password $PASSWORD --non-interactive https://oldforge.vagrant.org/svn/ITS/branches/STF525 else echo "Pease set <username> & <password> in your local Vagrantfile" exit -1 fi sudo echo "" >> /etc/profile Loading
docker/run-container.sh +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ #set -e #set -vx docker run -it --rm stf525_its:latest /bin/bash -c "sudo stf525" docker run -it --rm stf525_its:latest /bin/bash #-c "sudo etsi" # That's all Floks exit 0