Skip to content
Snippets Groups Projects
Unverified Commit f709e61f authored by Martin Weise's avatar Martin Weise
Browse files

updated the release script

parent 494b62f0
No related branches found
No related tags found
2 merge requests!81New stable release,!43Merge dev to master
...@@ -10,15 +10,8 @@ if [ $# -ne 1 ]; then ...@@ -10,15 +10,8 @@ if [ $# -ne 1 ]; then
exit 1 exit 1
fi fi
# check tag exists
TAG=$(git tag -n | awk '{print $1}' | grep -o "^v${VERSION}\$")
if [ -z $TAG ]; then
echo "FAIL: could not find version 'v${VERSION}' in git tags"
exit 2
fi
# build # build
git checkout ${VERSION} git checkout master
docker-compose build fda-metadata-db docker-compose build fda-metadata-db
docker-compose build --parallel docker-compose build --parallel
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment