Skip to content
This repository has been archived by the owner on Sep 21, 2020. It is now read-only.

Commit

Permalink
Merge pull request #624 from amatas/fix_stackdriver_export
Browse files Browse the repository at this point in the history
NOJIRA: Fix stackdriver export dependencies
  • Loading branch information
amatas committed Jul 30, 2020
2 parents dadfc56 + 176005e commit 0aa0470
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
@@ -1,7 +1,7 @@
# https://circleci.com/blog/circleci-hacks-reuse-yaml-in-your-circleci-config-with-yaml/
default_docker: &default_docker
docker:
- image: gcr.io/gpii-common-prd/gpii__exekube:0.9.12-google_gpii.0
- image: gcr.io/gpii-common-prd/gpii__exekube:0.9.13-google_gpii.0

version: 2
jobs:
Expand Down
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Expand Up @@ -49,7 +49,7 @@ terraform-fmt-check:
tags:
- common
script:
- docker run --rm -v "$(pwd):/data" -w /data gcr.io/gpii-common-prd/gpii__exekube:0.9.12-google_gpii.0 -- terraform fmt --check=true
- docker run --rm -v "$(pwd):/data" -w /data gcr.io/gpii-common-prd/gpii__exekube:0.9.13-google_gpii.0 -- terraform fmt --check=true
only:
- master@gpii-ops/gpii-infra

Expand All @@ -58,7 +58,7 @@ gcp-unit-tests:
tags:
- gcp
script:
- docker run --rm -v "$(pwd):/data" -w /data/shared/rakefiles/tests gcr.io/gpii-common-prd/gpii__exekube:0.9.12-google_gpii.0 -- sh -c "bundle install --with test && rake"
- docker run --rm -v "$(pwd):/data" -w /data/shared/rakefiles/tests gcr.io/gpii-common-prd/gpii__exekube:0.9.13-google_gpii.0 -- sh -c "bundle install --with test && rake"
only:
- master@gpii-ops/gpii-infra

Expand Down
2 changes: 1 addition & 1 deletion common/docker-compose.yaml
Expand Up @@ -2,7 +2,7 @@ version: "3.4"

services:
xk:
image: gcr.io/gpii-common-prd/gpii__exekube:0.9.12-google_gpii.0
image: gcr.io/gpii-common-prd/gpii__exekube:0.9.13-google_gpii.0
working_dir: /project
environment:
USER: ${USER:?err}
Expand Down
2 changes: 1 addition & 1 deletion gcp/docker-compose.yaml
Expand Up @@ -2,7 +2,7 @@ version: "3.4"

services:
xk:
image: gcr.io/gpii-common-prd/gpii__exekube:0.9.12-google_gpii.0
image: gcr.io/gpii-common-prd/gpii__exekube:0.9.13-google_gpii.0
working_dir: /project
environment:
USER: ${USER:?err}
Expand Down
2 changes: 1 addition & 1 deletion shared/versions.yml
Expand Up @@ -8,7 +8,7 @@
exekube:
upstream:
repository: gpii/exekube
tag: 0.9.12-google_gpii.0
tag: 0.9.13-google_gpii.0
generated:
repository: gcr.io/gpii-common-prd/gpii__exekube
sha: sha256:5e4e792ea41e83fc62c2a775fbf6d65ddb1523760e6c8733aab41d853854c055
Expand Down

0 comments on commit 0aa0470

Please sign in to comment.