disable pull

This commit is contained in:
Михаил Капелько
2025-11-09 06:32:01 +03:00
parent 70d3823e6e
commit 213f3d3ba4

View File

@@ -11,10 +11,10 @@ if [ ! -d "$DST_DIR" ]; then
git clone $REPO_URL $DST_DIR
fi
# Pull the latest changes
# ?? Pull the latest changes
cd $DST_DIR
git checkout -f $MAIN_BRANCH
git pull
#git pull
# Find out the latest commit in the whole repo
git branch -av --sort=-committerdate