Skip to content

Commit

Permalink
nope
Browse files Browse the repository at this point in the history
  • Loading branch information
DanStough committed Oct 10, 2023
1 parent b8517bf commit bbaedc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ jobs:
with:
smoke_test: |
tree
docker run "${IMAGE_NAME}" -version
TEST_VERSION="$(docker run "${IMAGE_NAME}" -version | awk '{print $2}' | sed s/v//)"
if [ "${TEST_VERSION}" != "${version}" ]; then
echo "Test FAILED"
Expand Down

0 comments on commit bbaedc7

Please sign in to comment.