Skip to content
Snippets Groups Projects
Commit 5160e485 authored by Volodymyr Yurchenko's avatar Volodymyr Yurchenko
Browse files

Change default behavior of prepareImage to install public packages

parent 22413213
No related branches found
Tags v3.1-8
No related merge requests found
#!/bin/bash -e
PUBLIC=false
if [[ $1 == "public" ]]; then
PUBLIC=true
echo Going to install from public repositories
PUBLIC=true
if [[ $1 == "cern" ]]; then
PUBLIC=false
echo Going to install from cern repositories
fi
echo Creating the docker image...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment