summarylogtreecommitdiffstats
path: root/ci.bash
diff options
context:
space:
mode:
authorXenHat2023-02-02 08:36:36 -0500
committerXenHat2023-02-02 08:36:36 -0500
commit9426286b245b3e7fb9436a46adde76e76d5752bb (patch)
tree495966c1d32aec31fdd0b80105c7ef71b1dcb00c /ci.bash
parent0fade06c8aa8777a36bf6d66ff876943a211e184 (diff)
downloadaur-9426286b245b3e7fb9436a46adde76e76d5752bb.tar.gz
don't reset repo when building ci (for testing fixes)
Diffstat (limited to 'ci.bash')
-rwxr-xr-xci.bash6
1 files changed, 1 insertions, 5 deletions
diff --git a/ci.bash b/ci.bash
index e8f53b86ad22..a4acdb5041bd 100755
--- a/ci.bash
+++ b/ci.bash
@@ -9,13 +9,9 @@ done
DIR="$( cd -P "$( dirname "$SOURCE" )" >/dev/null 2>&1 && pwd )"
cd "${DIR}" || return
-git reset --hard HEAD
-git checkout main
-git clean -f .
-git pull --prune
# Weird pgrep fail with the complete binary name
if pgrep -a do-not-directly|grep alchemy ; then
echo "Aborting package build because Alchemy is running"
exit 0
fi
-BUILDENV=(!distcc color !ccache check) makepkg --cleanbuild --clean --sync --install --noconfirm --needed
+makepkg --cleanbuild --clean --sync --install --noconfirm --needed