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

updated the release script

Former-commit-id: f709e61f
parent 113a39e1
No related branches found
No related tags found
1 merge request!42Fixed the query service tests
...@@ -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