This commit is contained in:
Михаил Капелько
2025-11-11 06:39:20 +03:00
parent c469f3fad0
commit d9cbf934d9

View File

@@ -23,7 +23,7 @@ cmt=`git branch -av --sort=-committerdate | tr -s ' ' | head -n1 | cut -d' ' -f3
echo "Latest commit: $cmt"
# Switch to the latest commit
git checkout $cmt
git checkout -f $cmt
# Copy dist
mkdir -p $DST_DIR