This commit is contained in:
Gwenhael Le Moine 2022-03-01 15:45:09 +01:00
parent e577f4a80c
commit 0f9e12d857
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

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