From 3142326b903146bfd64895693668012a7d884497 Mon Sep 17 00:00:00 2001 From: Dave Dietrick Date: Mon, 5 Sep 2022 20:49:56 -0400 Subject: [PATCH] Fixed gitlab yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8f1a5e1..bfffb20 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,8 +6,8 @@ stages: deploy: stage: deploy - only: - - main # This pipeline stage will run on this branch alone + #only: + # - main # This pipeline stage will run on this branch alone image: google/cloud-sdk:latest # We'll use Google Cloud SDK for Cloud Run related commands script: