Skip to content

Commit

Permalink
ci: Use image that includes bash/sh for release docs (#103)
Browse files Browse the repository at this point in the history
Signed-off-by: aeneasr <[email protected]>
  • Loading branch information
aeneasr authored Apr 29, 2019
1 parent 3934dc6 commit e9d3027
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 @@ -88,7 +88,7 @@ jobs:

release-docs:
docker:
- image: alpine/git:1.0.4
- image: circleci/golang:1.12 # if we use something else bash may be missing
working_directory: /go/src/github.com/ory/keto
steps:
- checkout
Expand Down

0 comments on commit e9d3027

Please sign in to comment.