Skip to content

Commit f657071

Browse files
authored
fix goreleaser (#326)
* fix goreleaser * update rok8s
1 parent 2cdc477 commit f657071

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.circleci/config.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ references:
118118
jobs:
119119
build:
120120
docker:
121-
- image: quay.io/reactiveops/ci-images:v8.0-stretch
121+
- image: quay.io/reactiveops/ci-images:v11.0-stretch
122122
steps:
123123
- checkout
124124
- setup_remote_docker
@@ -127,7 +127,7 @@ jobs:
127127

128128
push:
129129
docker:
130-
- image: quay.io/reactiveops/ci-images:v8.0-stretch
130+
- image: quay.io/reactiveops/ci-images:v11.0-stretch
131131
steps:
132132
- checkout
133133
- setup_remote_docker
@@ -168,14 +168,15 @@ jobs:
168168
- *set_environment_variables
169169
- *install_goreleaser
170170
- run: go get -u github.com/gobuffalo/packr/v2/packr2
171+
- run: git checkout -- . # FIXME: the go get makes the directory dirty
171172
- run: packr2
172173
- run: goreleaser
173174
- *release_deploy_configs
174175

175176
release_images:
176177
working_directory: /go/src/github.com/fairwindsops/polaris/
177178
docker:
178-
- image: quay.io/reactiveops/ci-images:v8.0-stretch
179+
- image: quay.io/reactiveops/ci-images:v11.0-stretch
179180
steps:
180181
- checkout
181182
- setup_remote_docker

0 commit comments

Comments
 (0)