Browse Source

Update update.sh

master
Julien Cabillot 3 years ago
parent
commit
5c900f6a29
1 changed files with 1 additions and 1 deletions
  1. 2
      update.sh

2
update.sh

@ -9,7 +9,7 @@ TAG="registry.cabillot.eu/www/dl"
(
if [[ ! -d "build/" ]]
then
git clone "${REPO2}" "build/"
git clone "${REPO}" "build/"
fi
cd "build/"

Loading…
Cancel
Save