Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
Signed-off-by: aeneasr <aeneas@ory.sh>
  • Loading branch information
aeneasr committed Oct 23, 2018
1 parent 19aee8f commit 040545e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 20 deletions.
10 changes: 3 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,9 @@ jobs:
working_directory: /go/src/github.com/ory/hydra
steps:
- checkout
- run: go get github.com/go-swagger/go-swagger/cmd/swagger
- run: curl -L https://git.io/vp6lP | sh
- run: curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
- run: sudo apt-get install -y default-jre nodejs
- run: sudo npm i -g yarn
- run: yarn
- run: ./scripts/test-sdk.sh
- run: make init
- run: make sdk
- run: git add -A && git diff --exit-code

build-docker:
docker:
Expand Down
13 changes: 0 additions & 13 deletions scripts/test-sdk.sh

This file was deleted.

0 comments on commit 040545e

Please sign in to comment.