Compare commits

..

No commits in common. "main" and "7.0.3" have entirely different histories.
main ... 7.0.3

2 changed files with 2 additions and 6 deletions

View file

@ -1 +1 @@
8.0.3 7.0.3

View file

@ -24,11 +24,6 @@ then
apt install -y ${#MISSING_PACKAGES[@]} apt install -y ${#MISSING_PACKAGES[@]}
fi fi
cd $ROOT_DIR
echo "Update git repo:"
git pull
echo "done."
LATEST="$1" LATEST="$1"
if [ -z "$LATEST" ] if [ -z "$LATEST" ]
@ -45,6 +40,7 @@ echo "Press [enter] to create and publish this new release"
read read
echo "Create new release..." echo "Create new release..."
cd $ROOT_DIR
echo -n "$LATEST" > last_release.txt echo -n "$LATEST" > last_release.txt
/usr/bin/git add last_release.txt /usr/bin/git add last_release.txt
/usr/bin/git commit -m "Release $LATEST" /usr/bin/git commit -m "Release $LATEST"