Skip to content

Commit

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

0 comments on commit b8517bf

Please sign in to comment.