Skip to content

Commit

Permalink
Merge pull request #63 from quintush/feature/dockerfiles
Browse files Browse the repository at this point in the history
Use circleci docker image, which should contain jq.
  • Loading branch information
quintush authored Sep 11, 2020
2 parents 8a0d09e + 84723ad commit db7ddd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

distribute_docker:
docker:
- image: golang:1.14
- image: circleci/golang:1.14
working_directory: /go/src/github.com/lrills/helm-unittest
steps:
- checkout
Expand Down

0 comments on commit db7ddd6

Please sign in to comment.