Fix docker-login error on docker-build test against PR from fork (#921)

This commit is contained in:
KUOKA Yusuke 2019-10-31 08:48:41 +09:00 committed by GitHub
parent 464e6bc782
commit 4c892edb7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@ jobs:
- setup_remote_docker
- run:
command: |
docker login -u="$DOCKER_USER" -p="$DOCKER_PASS" quay.io
make tools
go mod vendor
ORG=roboll BUILD_URL="$CIRCLE_BUILD_URL" make image