From 3696cc6ddd33983e2854b21eb255e0fcaf509a4c Mon Sep 17 00:00:00 2001 From: alberhander Date: Wed, 17 Feb 2021 11:42:09 +0100 Subject: [PATCH] small fix --- script/ci/cloudbuild-tests-pr-pg11.yaml | 1 - script/ci/cloudbuild-tests-pr-pg12.yaml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/script/ci/cloudbuild-tests-pr-pg11.yaml b/script/ci/cloudbuild-tests-pr-pg11.yaml index f13bcb325c..947a940734 100644 --- a/script/ci/cloudbuild-tests-pr-pg11.yaml +++ b/script/ci/cloudbuild-tests-pr-pg11.yaml @@ -68,7 +68,6 @@ steps: cp config/database.yml.sample config/database.yml cp lib/assets/javascripts/cdb/secrets.example.json lib/assets/javascripts/cdb/secrets.json -# Build image, we don't compile assets here, since they are not required for tests and the image is not pushed to the registry - name: gcr.io/cloud-builders/docker entrypoint: /bin/bash args: diff --git a/script/ci/cloudbuild-tests-pr-pg12.yaml b/script/ci/cloudbuild-tests-pr-pg12.yaml index 17cc6da949..a265c5b1e8 100644 --- a/script/ci/cloudbuild-tests-pr-pg12.yaml +++ b/script/ci/cloudbuild-tests-pr-pg12.yaml @@ -75,7 +75,7 @@ steps: - -cx - | docker pull gcr.io/cartodb-on-gcp-main-artifacts/builder:${_BRANCH_TAG} - if [ $? -ne 0 ] + if [ $? -ne 0 ] then docker pull gcr.io/cartodb-on-gcp-main-artifacts/builder:latest docker tag gcr.io/cartodb-on-gcp-main-artifacts/builder:latest gcr.io/cartodb-on-gcp-main-artifacts/builder:${_BRANCH_TAG}