fix(release): avoid failure with non TTY input device

This commit is contained in:
Arthur Meyre
2021-09-21 11:09:26 +02:00
parent 1a340e111e
commit 21a2656a10

View File

@@ -362,7 +362,7 @@ jobs:
if: ${{ success() && !cancelled() }}
run: |
echo "Running sanity check for ${RELEASE_IMG_TAG}"
docker run --rm -it --env LD_PRELOAD=/compiler/build/lib/Runtime/libZamalangRuntime.so \
docker run --rm --env LD_PRELOAD=/compiler/build/lib/Runtime/libZamalangRuntime.so \
-v "$(pwd)"/docker/release_resources:/data \
"${RELEASE_IMG_TAG}" /bin/bash -c "python ./sanity_check.py"
docker push "${RELEASE_IMG_TAG}"