1
0
Fork 0

Allow file procotol to be used for submodule git training

Signed-off-by: Arnaud M. <arnaud.choupinette@mailops.fr>
This commit is contained in:
Arnaud M. 2025-12-23 14:34:43 +01:00
parent ca79ad3703
commit 523e4e833f
1 changed files with 2 additions and 0 deletions

View File

@ -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'"