Skip to content
Snippets Groups Projects
Commit 12842fe2 authored by AndiMajore's avatar AndiMajore
Browse files

release v0.8.8

parent 1f258778
No related branches found
No related tags found
No related merge requests found
......@@ -16,49 +16,9 @@ fi
VERSION=v$1
MESSAGE=$2
#cd ../../
#echo "Cloning Release Repo..."
#git clone git@github.com:AndiMajore/drugstone-releases.git
#echo "Updating Repo..."
#echo "Building release..."
#cd frontend || exit
#npm run build:netex
#cd ../
#cp frontend/drugsTone-build/* drugstone-releases/releases/
#
#echo "Building dev..."
#cd frontend || exit
#npm run build:netex-dev
#cd ../
#cp frontend/drugsTone-build/* drugstone-releases/dev/
#
#echo "Building remote..."
#cd frontend || exit
#npm run build:netex-remote
#cd ../
#cp frontend/drugsTone-build/* drugstone-releases/remote/
#echo "Building v-server dock1..."
#cd frontend || exit
#npm run build:netex-dock1
#cd ../
#cp frontend/drugsTone-build/* drugstone-releases/dock1/
#echo "Building v-server dock2..."
#cd frontend || exit
#npm run build:netex-uhh
#cd ../
#cp frontend/drugsTone-build/* drugstone-releases/uhh/
#cd drugstone-releases || echo "Error!" exit
#git commit -am "$VERSION commit: $MESSAGE"
#git push
echo "Tagging Version..."
git tag -a "$VERSION" -m "$MESSAGE"
echo "Releasing Version..."
git push origin "$VERSION"
#echo "Clean up..."
#cd ../
#rm -rf drugstone-releases
echo "Done!"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment