Skip to content

Commit

Permalink
Make test image step mandatory (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
joeltimothyoh committed Jun 5, 2019
1 parent 83b88a8 commit b0565a2
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b0565a2

Please sign in to comment.