Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
plugin
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Cosy-Bio
Drugst.One
plugin
Commits
12842fe2
Commit
12842fe2
authored
3 years ago
by
AndiMajore
Browse files
Options
Downloads
Patches
Plain Diff
release v0.8.8
parent
1f258778
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
releases/release_tag.sh
+1
-41
1 addition, 41 deletions
releases/release_tag.sh
with
1 addition
and
41 deletions
releases/release_tag.sh
+
1
−
41
View file @
12842fe2
...
...
@@ -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!"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment