again changed nightly to unstable, because of jenkins job changes
This commit is contained in:
parent
57432e3e5c
commit
b0056f2518
4
build.sh
4
build.sh
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue