From cb71e2fb80d62f6a536432d07102a7c569c04158 Mon Sep 17 00:00:00 2001 From: Martin Weise <martin.weise@tuwien.ac.at> Date: Thu, 30 Sep 2021 22:03:27 +0200 Subject: [PATCH] updated the release script Former-commit-id: f709e61fa9aab01ec2e74a00172a61af5a04bddf --- .docker/release | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.docker/release b/.docker/release index 700cb2fc56..dae22aad63 100755 --- a/.docker/release +++ b/.docker/release @@ -10,15 +10,8 @@ if [ $# -ne 1 ]; then exit 1 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 -git checkout ${VERSION} +git checkout master docker-compose build fda-metadata-db docker-compose build --parallel -- GitLab