From 755f8a928aee0ddcb17505e54d45c3a55dbfc05e Mon Sep 17 00:00:00 2001 From: Srihari Prabaharan <srihap@amazon.com> Date: Tue, 2 Jun 2020 17:10:50 -0400 Subject: [PATCH] added aws stages for ci/cd --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 521c064e5..60c78db58 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,6 +28,8 @@ include: - project: 'osdu/platform/ci-cd-pipelines' ref: "master" file: 'cloud-providers/gcp.yml' + - project: 'osdu/platform/ci-cd-pipelines' + file: 'cloud-providers/aws.yml' - project: "osdu/platform/ci-cd-pipelines" file: "scanners/fossa.yml" - project: "osdu/platform/ci-cd-pipelines" -- GitLab