From 2bbb3cb32200824cea14042132d9bc82b55f1133 Mon Sep 17 00:00:00 2001 From: Abhilash Raj Date: Sun, 5 Nov 2017 22:35:15 -0800 Subject: [PATCH] Setup Quay URL in the environment too. (#190) Set some default env variables. --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 29744f7..90bcae3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,6 +6,7 @@ jobs: - image: circleci/python:3 environment: REGISTRY: QUAY + QUAY_URL: quay.io steps: - checkout - setup_remote_docker