Allow file procotol to be used for submodule git training
Signed-off-by: Arnaud M. <arnaud.choupinette@mailops.fr>
This commit is contained in:
parent
ca79ad3703
commit
523e4e833f
|
|
@ -111,6 +111,8 @@ title.print "Clone trainings"
|
|||
|
||||
cd /root/
|
||||
git clone https://git.arnaudmorin.fr/arnaud/trainings.git
|
||||
# Allow file protocol - this is useful for the git submodule training
|
||||
git config --global protocol.file.allow always
|
||||
|
||||
title.print "Building docker image 'demo'"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue