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 88f8145 commit 5351e2d
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
@@ -51,7 +51,7 @@ jobs:
- 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)
- run: cd go/cli-app && prisma generate && dep ensure && go build
- run: cd go/graphql && prisma generate && dep ensure && go run ./scripts/gqlgen.go && go build
- run: cd go/graphql/server && prisma generate && dep ensure && go run ./scripts/gqlgen.go && go build
- run: cd go/http-mux && prisma generate && dep ensure && go build
- run: cd go/rest-gin && prisma generate && dep ensure && go build
- run: cd go/script && prisma generate && dep ensure && go build

0 comments on commit 5351e2d

Please sign in to comment.