dev #1

Closed
qwc wants to merge 20 commits from dev into master
1 changed files with 2 additions and 0 deletions
Showing only changes of commit 337ff72e9c - Show all commits

View File

@ -8,6 +8,8 @@ source versionInfo.properties
docker login -u $DOCKER_USER -p $DOCKER_PASSWORD
TAGNAME=$engineVersion-$displayVersion
echo The dev-latest build is: $TAGNAME
TAGNAME=dev-latest
docker build --no-cache -t qwick/terasology:$TAGNAME .