Fix workflow
This commit is contained in:
parent
bf176adb88
commit
b2bf61913f
|
@ -14,7 +14,6 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
# TODO: Change variable to your image's name.
|
|
||||||
IMAGE_NAME: terasology
|
IMAGE_NAME: terasology
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -76,7 +75,6 @@ jobs:
|
||||||
|
|
||||||
if [ " ${TERASOLOGY_PROPERTIES_URL}" == " " ]; then
|
if [ " ${TERASOLOGY_PROPERTIES_URL}" == " " ]; then
|
||||||
if [ " ${TERASOLOGY_BUILD}" == " " ]; then
|
if [ " ${TERASOLOGY_BUILD}" == " " ]; then
|
||||||
source .env
|
|
||||||
TERASOLOGY_PROPERTIES_URL=http://jenkins.terasology.org/job/TerasologyStable/lastSuccessfulBuild/artifact/build/resources/main/org/terasology/version/versionInfo.properties
|
TERASOLOGY_PROPERTIES_URL=http://jenkins.terasology.org/job/TerasologyStable/lastSuccessfulBuild/artifact/build/resources/main/org/terasology/version/versionInfo.properties
|
||||||
else
|
else
|
||||||
if [ " ${TERASOLOGY_BUILD}" == " unstable" ]; then
|
if [ " ${TERASOLOGY_BUILD}" == " unstable" ]; then
|
||||||
|
|
Loading…
Reference in New Issue