From 76cfa2fe1e559fd8c8c275aeba7c91b0c591ba5e Mon Sep 17 00:00:00 2001
From: David Diederich <d.diederich@opengroup.org>
Date: Mon, 8 Jun 2020 16:31:27 -0400
Subject: [PATCH] Add Azure back in

This was a botched merge as part of !5, which brought in the AWS changes.
---
 .gitlab-ci.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 89cdc6c7a..dc5534b0f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -34,6 +34,9 @@ include:
   - project: "osdu/platform/ci-cd-pipelines"
     file: "cloud-providers/aws.yml"
 
+  - project: "osdu/platform/ci-cd-pipelines"
+    file: "cloud-providers/azure.yml"
+
   - project: "osdu/platform/ci-cd-pipelines"
     file: "publishing/pages.yml"
 
-- 
GitLab