Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.core
Commits
30f6bab2
Commit
30f6bab2
authored
Dec 11, 2018
by
André Anjos
💬
Browse files
[scripts] Don't update _ci environment on buildout reruns
parent
380050bf
Pipeline
#25383
passed with stages
in 49 minutes and 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
scripts/docker_pull.sh
View file @
30f6bab2
...
...
@@ -8,8 +8,6 @@ if [ ! -e ${basedir}/_ci/functions.sh ]; then
curl
--silent
"https://gitlab.idiap.ch/bob/bob.admin/raw/master/gitlab/install.sh"
>
${
basedir
}
/_ci/install.sh
chmod
755
${
basedir
}
/_ci/install.sh
${
basedir
}
/_ci/install.sh
${
basedir
}
/_ci master
#installs ci support scripts
else
${
basedir
}
/_ci/install.sh
${
basedir
}
/_ci master
#updates ci support scripts
fi
if
[
"
${
BUILDOUT
}
"
==
"true"
]
;
then
...
...
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