Compare commits
2 commits
e36c833efa
...
cfdb452239
Author | SHA1 | Date | |
---|---|---|---|
|
cfdb452239 | ||
|
a849e5c472 |
2 changed files with 6 additions and 2 deletions
|
@ -1 +1 @@
|
||||||
8.0.1
|
8.0.2
|
|
@ -24,6 +24,11 @@ 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" ]
|
||||||
|
@ -40,7 +45,6 @@ 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"
|
||||||
|
|
Loading…
Reference in a new issue