From 7c3b80e19e07cdb6bb97b9c7aeda7eabd25abddf Mon Sep 17 00:00:00 2001
From: Jeremy Fee <jmfee@usgs.gov>
Date: Mon, 31 Aug 2020 12:43:52 -0600
Subject: [PATCH] Try adding docker build to production and staging

---
 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bdf5af0d..5f876c4e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -31,6 +31,8 @@ variables:
   extends:
     - .adjust_image_names
     - .dind
+    - .production
+    - .staging
   image: ${CODE_REGISTRY}/ghsc/hazdev/cloud-formation/hazdev-build-runner:latest
   script:
     - docker build
-- 
GitLab