Skip to content

Commit

Permalink
Merge pull request #7482 from hashicorp/dnephin/fix-cherry-pick-job
Browse files Browse the repository at this point in the history
ci: fix cherry-pick job by using newer git
  • Loading branch information
dnephin authored Mar 24, 2020
2 parents 9f46759 + 3418835 commit 2468aff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -593,8 +593,9 @@ jobs:
# only runs on master: checks latest commit to see if the PR associated has a backport/* or docs* label to cherry-pick
cherry-picker:
docker:
- image: *GOLANG_IMAGE
- image: alpine:3.11
steps:
- run: apk add --no-cache --no-progress git bash curl ncurses jq
- checkout
- add_ssh_keys: # needs a key to push cherry-picked commits back to github
fingerprints:
Expand Down

0 comments on commit 2468aff

Please sign in to comment.