workflows/tests: temporarily disable docker tag.

This commit is contained in:
Mike McQuaid 2020-04-17 16:39:35 +01:00
parent f281cb757c
commit 7747a0be93
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70

View File

@ -163,7 +163,8 @@ jobs:
run: |
if [ "$RUNNER_OS" = "Linux" ]; then
docker-compose -f Dockerfile.yml run --rm -v $GITHUB_WORKSPACE:/tmp/test-bot sut
docker tag homebrew_sut brew
# TODO: reenable when we figure out issue
# docker tag homebrew_sut brew
else
brew test-bot
fi