dev #1

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

View File

@ -9,11 +9,11 @@ source versionInfo.properties
TAGNAME=$engineVersion-$displayVersion TAGNAME=$engineVersion-$displayVersion
echo The dev-latest build is: $TAGNAME echo The dev-latest build is: $TAGNAME
TAGNAME=nightly-latest TAGNAME=unstable-latest
docker build --no-cache -t qwick/terasology:$TAGNAME . docker build --no-cache -t qwick/terasology:$TAGNAME .
NEW_TAGNAME=nightly-$engineVersion-$buildNumber NEW_TAGNAME=unstable-$engineVersion-$buildNumber
docker tag qwick/terasology:$TAGNAME qwick/terasology:$NEW_TAGNAME docker tag qwick/terasology:$TAGNAME qwick/terasology:$NEW_TAGNAME