Merge pull request #7482 from hashicorp/dnephin/fix-cherry-pick-job

ci: fix cherry-pick job by using newer git
pull/7481/head
Daniel Nephin 2020-03-24 14:12:21 -04:00 committed by GitHub
commit 2468affcf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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: