Skip to content

Commit

Permalink
Fix skaffold.dev indexing on Google (#1547)
Browse files Browse the repository at this point in the history
  • Loading branch information
balopat authored Jan 29, 2019
1 parent 423fdb6 commit ac81636
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy/docs/cloudbuild-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ steps:
- '.'

- name: gcr.io/$PROJECT_ID/docs-controller:latest
env:
- 'HUGO_ENV=production'
args:
- 'bash'
- '-xc'
Expand Down
2 changes: 2 additions & 0 deletions deploy/docs/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ steps:
- '.'

- name: gcr.io/$PROJECT_ID/docs-controller:latest
env:
- 'HUGO_ENV=production'
args:
- 'bash'
- '-xc'
Expand Down

0 comments on commit ac81636

Please sign in to comment.