Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ITS - Intelligent Transport Systems
ITS
Commits
844c163b
Commit
844c163b
authored
Jun 15, 2018
by
garciay
Browse files
Remove ^M
parent
2f10b7db
Changes
4
Show whitespace changes
Inline
Side-by-side
.jenkins.sh
View file @
844c163b
...
...
@@ -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
View file @
844c163b
...
...
@@ -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
...
...
docker/run-container.sh
View file @
844c163b
...
...
@@ -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
View file @
844c163b
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment