Skip to content

Commit

Permalink
Fix some things in circle config
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Suderman committed Mar 29, 2022
1 parent e552e96 commit fec6284
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ jobs:
working_directory: /go/src/github.com/fairwindsops/reckoner
docker:
- image: circleci/golang:1.17
environment:
GO111MODULE: "on"
steps:
- checkout
- run: make test
Expand All @@ -86,8 +84,6 @@ jobs:
shell: /bin/bash
docker:
- image: goreleaser/goreleaser:v1.5.0
environment:
GO111MODULE: "on"
steps:
- checkout
- setup_remote_docker:
Expand All @@ -103,7 +99,7 @@ jobs:
command: |
docker login -u _json_key -p "$(echo $GCP_ARTIFACTREADWRITE_JSON_KEY | base64 -d)" us-docker.pkg.dev
- run: echo 'export GORELEASER_CURRENT_TAG="${CIRCLE_TAG}"' >> $BASH_ENV
- run: goreleaser
- run: goreleaser -p 1
publish_docs:
docker:
- image: cimg/node:15.5.1
Expand Down

0 comments on commit fec6284

Please sign in to comment.