Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
cta
Commits
2c4aba19
Commit
2c4aba19
authored
Oct 26, 2020
by
Volodymyr Yurchenko
Browse files
Change default behavior of prepareImage to install public packages
parent
432e9a70
Pipeline
#752
passed with stages
in 14 minutes and 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
continuousintegration/buildtree_runner/prepareImage.sh
View file @
2c4aba19
#!/bin/bash -e
PUBLIC
=
fals
e
if
[[
$1
==
"
public
"
]]
;
then
PUBLIC
=
tru
e
echo
Going to
install
from
public
repositories
PUBLIC
=
tru
e
if
[[
$1
==
"
cern
"
]]
;
then
PUBLIC
=
fals
e
echo
Going to
install
from
cern
repositories
fi
echo
Creating the docker image...
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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