diff --git a/docker/scripts/entrypoint.sh b/docker/scripts/entrypoint.sh index 521abce..8e0f8e3 100755 --- a/docker/scripts/entrypoint.sh +++ b/docker/scripts/entrypoint.sh @@ -41,8 +41,10 @@ if [ ! -d "$DIR" ]; then fi cd "$DIR" && \ touch archery && \ +ls -al && \ checkoutCommit && \ applyPatch && \ sudo pacman -Syu --noconfirm --noprogressbar &&\ -makepkg -smf --noconfirm --noprogressbar --skippgpcheck --noarchive +makepkg -smf --noconfirm --noprogressbar --skippgpcheck --noarchive && \ +ls -al exit $?;