Setup Quay URL in the environment too. (#190)

Set some default env variables.
This commit is contained in:
Abhilash Raj
2017-11-05 22:35:15 -08:00
committed by GitHub
parent beb5ca216e
commit 2bbb3cb322

View File

@@ -6,6 +6,7 @@ jobs:
- image: circleci/python:3 - image: circleci/python:3
environment: environment:
REGISTRY: QUAY REGISTRY: QUAY
QUAY_URL: quay.io
steps: steps:
- checkout - checkout
- setup_remote_docker - setup_remote_docker