build before docker image

This commit is contained in:
Eugenio Romano 2020-04-24 16:11:40 +01:00
parent cce1b4bdca
commit 73afd46197

View File

@ -4,6 +4,8 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR/../../../ cd $DIR/../../../
npm run build
# Get Tag Image # Get Tag Image
TAG_VERSION=$(./scripts/travis/deploy/get-docker-image-tag-name.sh) TAG_VERSION=$(./scripts/travis/deploy/get-docker-image-tag-name.sh)
echo "Running the docker with tag" $TAG_VERSION echo "Running the docker with tag" $TAG_VERSION