Compare commits
No commits in common. "cfdb452239d3cf9ada892aab5dc487998e8d2b90" and "e36c833efa947dc01b3ce231e96f4bad06f7c0ee" have entirely different histories.
cfdb452239
...
e36c833efa
2 changed files with 2 additions and 6 deletions
|
@ -1 +1 @@
|
|||
8.0.2
|
||||
8.0.1
|
|
@ -24,11 +24,6 @@ then
|
|||
apt install -y ${#MISSING_PACKAGES[@]}
|
||||
fi
|
||||
|
||||
cd $ROOT_DIR
|
||||
echo "Update git repo:"
|
||||
git pull
|
||||
echo "done."
|
||||
|
||||
LATEST="$1"
|
||||
|
||||
if [ -z "$LATEST" ]
|
||||
|
@ -45,6 +40,7 @@ echo "Press [enter] to create and publish this new release"
|
|||
read
|
||||
|
||||
echo "Create new release..."
|
||||
cd $ROOT_DIR
|
||||
echo -n "$LATEST" > last_release.txt
|
||||
/usr/bin/git add last_release.txt
|
||||
/usr/bin/git commit -m "Release $LATEST"
|
||||
|
|
Loading…
Reference in a new issue