🤦!
This commit is contained in:
parent
e577f4a80c
commit
0f9e12d857
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,8 @@ mkdir -p $PKG
|
||||||
# mise en place
|
# mise en place
|
||||||
cd $TMP
|
cd $TMP
|
||||||
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO}.git $REPOSITORY
|
[ ! -e $REPOSITORY ] && git clone https://github.com/${GITHUB_REPO}.git $REPOSITORY
|
||||||
|
cd $REPOSITORY
|
||||||
|
git pull --all
|
||||||
|
|
||||||
cp -R $REPOSITORY $TMP/$PRGNAM-$VERSION
|
cp -R $REPOSITORY $TMP/$PRGNAM-$VERSION
|
||||||
cd $TMP/$PRGNAM-$VERSION
|
cd $TMP/$PRGNAM-$VERSION
|
||||||
|
|
Loading…
Reference in a new issue