archive pls
All checks were successful
All checks were successful
This commit is contained in:
@@ -31,9 +31,6 @@ postEntrypoint() {
|
|||||||
if [ -n "$POST" ] && [ -x "./post-entrypoint.sh" ] ; then
|
if [ -n "$POST" ] && [ -x "./post-entrypoint.sh" ] ; then
|
||||||
echo "EXECUTING POSTENTRY"
|
echo "EXECUTING POSTENTRY"
|
||||||
./post-entrypoint.sh
|
./post-entrypoint.sh
|
||||||
else
|
|
||||||
echo "POST: $POST"
|
|
||||||
ls -al
|
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -50,10 +47,9 @@ if [ ! -d "$DIR" ]; then
|
|||||||
git clone "$REPO" "$DIR" || exit $?
|
git clone "$REPO" "$DIR" || exit $?
|
||||||
fi
|
fi
|
||||||
cd "$DIR" && \
|
cd "$DIR" && \
|
||||||
touch archery && \
|
|
||||||
checkoutCommit && \
|
checkoutCommit && \
|
||||||
applyPatch && \
|
applyPatch && \
|
||||||
sudo pacman -Syu --noconfirm --noprogressbar &&\
|
sudo pacman -Syu --noconfirm --noprogressbar &&\
|
||||||
makepkg -smf --noconfirm --noprogressbar --skippgpcheck --noarchive && \
|
makepkg -smf --noconfirm --noprogressbar --skippgpcheck && \
|
||||||
postEntrypoint
|
postEntrypoint
|
||||||
exit $?;
|
exit $?;
|
||||||
|
|||||||
Reference in New Issue
Block a user