diff --git a/.github/actions/backend-deploy/files/cloudbuild.yaml b/.github/actions/backend-deploy/files/cloudbuild.yaml index 80c1a757..49c9a703 100644 --- a/.github/actions/backend-deploy/files/cloudbuild.yaml +++ b/.github/actions/backend-deploy/files/cloudbuild.yaml @@ -42,8 +42,6 @@ steps: # Generate manifest without VPC connector yq e '.spec.template.spec.containers[0].env += env(VAL)' ./devops/gcp/k8s/service.template.yaml > "./devops/gcp/k8s/service.${env_name}.yaml" fi - - cat ./devops/gcp/k8s/service.${env_name}.yaml } # Function to remove unused targets from Cloud Deploy manifest