Set PROXY_SKIP_TESTS for CI Docker build (#283)

The SKIP_TESTS flag is not used. The PROXY_SKIP_TESTS flag should be set
so that unoptimized proxy tests are not built.
This commit is contained in:
Oliver Gould 2018-02-06 13:37:38 -08:00 committed by GitHub
parent 6a0936e699
commit 95b91c5976
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -123,8 +123,9 @@ jobs:
- export BUILD_DEBUG=1 DOCKER_TRACE=1
script:
# Tests are run in the `test` stage, se-running them here would be redundant/slow. #280
- SKIP_TESTS=1 bin/docker-build
# Proxy tests are run in the `test` stage, re-running them here would be
# redundant/slow. #280
- PROXY_SKIP_TESTS=1 bin/docker-build
after_success:
- bin/docker-push-deps