From b0565a213702614cca7115e1f2138b8253450b60 Mon Sep 17 00:00:00 2001 From: joe Date: Wed, 5 Jun 2019 17:36:00 +0800 Subject: [PATCH] Make test image step mandatory (#3) --- azure-pipelines.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0500863..82aa171 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -75,11 +75,9 @@ jobs: - script: | set -e # Test the image - if [ ! "${NO_TEST}" = 'true' ]; then - date - docker run -t --rm "${REPOSITORY}:${VARIANT}" /bin/bash -c "printenv && echo && ls -al && echo && exec steamcmd.sh +login anonymous +quit" - date - fi + date + docker run -t --rm "${REPOSITORY}:${VARIANT}" /bin/bash -c "printenv && echo && ls -al && echo && exec steamcmd.sh +login anonymous +quit" + date displayName: Test SteamCMD Image - script: | set -e