summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXenHat2023-03-21 20:15:49 -0400
committerXenHat2023-03-21 20:15:49 -0400
commit0f46dcd7a0ef43a7e25da49bbb93e32809f17e58 (patch)
tree3e6dca48537411a92c73ce90ba9a9a98fccb1ec8
parent1d02f77d4c1774a0508be3f797468e1c3e58946e (diff)
downloadaur-0f46dcd7a0ef43a7e25da49bbb93e32809f17e58.tar.gz
update ci script
-rwxr-xr-xci.bash14
1 files changed, 9 insertions, 5 deletions
diff --git a/ci.bash b/ci.bash
index a4acdb5041bd..63bea6407507 100755
--- a/ci.bash
+++ b/ci.bash
@@ -9,9 +9,13 @@ done
DIR="$( cd -P "$( dirname "$SOURCE" )" >/dev/null 2>&1 && pwd )"
cd "${DIR}" || return
+# Pull the aur repository first
+git reset --hard HEAD
+git pull
+
# 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
-makepkg --cleanbuild --clean --sync --install --noconfirm --needed
+#if pgrep -a do-not-directly|grep alchemy ; then
+# echo "Aborting package build because Alchemy is running"
+# exit 0
+#fi
+makepkg --sync --needed --noconfirm