Fixe l'initialisation du dépôt
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Simon 2020-05-08 11:06:42 +02:00
parent c815a33de5
commit 5a04fa77dd
1 changed files with 1 additions and 1 deletions

2
run
View File

@ -31,7 +31,7 @@ if [ $# -ge 1 ]; then
docker-compose up -d
elif [ $1 == "install" ]; then
echo "- Initialisation de git submodule"
git submodule init
git submodule update --init
echo "- Installe les dépendances node"
cd themes/hugo-theme-lowtech && npm i
fi