Skip to content

Commit

Permalink
adjust circle ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolasburk committed Nov 30, 2018
1 parent 6b4f990 commit 83599a0
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 @@ -46,7 +46,7 @@ jobs:
go:
docker:
- image: circleci/golang
working_directory: /go/src/github.com/prisma/prisma-examples
# working_directory: /go/src/github.com/prisma/prisma-examples
steps:
- checkout
- run: curl https://s3-eu-west-1.amazonaws.com/curl-linux/prisma-1.21.1.tar.gz | tar xvz && sudo mv prisma /usr/local/bin # TODO (see https://github.com/prisma/prisma/issues/3620)
Expand Down

0 comments on commit 83599a0

Please sign in to comment.