Skip to content

Commit

Permalink
ci: Use golang for docs task
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed May 19, 2019
1 parent 1daff7f commit b120c72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:

docs:
docker:
- image: alpine/git:1.0.4
- image: circleci/golang:1.12
working_directory: /go/src/github.com/ory/oathkeeper
steps:
- checkout
Expand Down
2 changes: 1 addition & 1 deletion scripts/run-configuration.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

set -Eeuxo pipefail

Expand Down

0 comments on commit b120c72

Please sign in to comment.