[ap/jorge] git pull

Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
This commit is contained in:
Gwenhael Le Moine 2024-03-20 10:52:11 +01:00
parent a9f2939cc0
commit e513d21f6a
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -26,6 +26,8 @@ mkdir -p "$PKG"
# mise en place
cd $TMP || exit 1
[ ! -e "$REPOSITORY" ] && git clone https://github.com/${GITHUB_REPO}.git "$REPOSITORY"
cd $REPOSITORY
git pull --all
cp -R "$REPOSITORY" "$TMP/$PRGNAM"
cd "$TMP/$PRGNAM" || exit 1