From ac81636113f3b9d75128b621625acd324c54bfeb Mon Sep 17 00:00:00 2001 From: Balint Pato Date: Tue, 29 Jan 2019 14:14:26 -0800 Subject: [PATCH] Fix skaffold.dev indexing on Google (#1547) --- deploy/docs/cloudbuild-release.yaml | 2 ++ deploy/docs/cloudbuild.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/deploy/docs/cloudbuild-release.yaml b/deploy/docs/cloudbuild-release.yaml index 5b5b53c9375..6c1f68874ae 100644 --- a/deploy/docs/cloudbuild-release.yaml +++ b/deploy/docs/cloudbuild-release.yaml @@ -22,6 +22,8 @@ steps: - '.' - name: gcr.io/$PROJECT_ID/docs-controller:latest + env: + - 'HUGO_ENV=production' args: - 'bash' - '-xc' diff --git a/deploy/docs/cloudbuild.yaml b/deploy/docs/cloudbuild.yaml index 36361b05205..e794abe6442 100644 --- a/deploy/docs/cloudbuild.yaml +++ b/deploy/docs/cloudbuild.yaml @@ -22,6 +22,8 @@ steps: - '.' - name: gcr.io/$PROJECT_ID/docs-controller:latest + env: + - 'HUGO_ENV=production' args: - 'bash' - '-xc'