Skip to content

Commit

Permalink
ci: use swagger ignore flag correctly (#1849)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr authored May 9, 2020
1 parent 0bd0b0d commit 551be36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ workflows:
only: master
- sdk/generate:
appname: Ory_Hydra
specignorepgks: internal/httpclient,gopkg.in/square/go-jose.v2
specignorepgks: internal/httpclient -x gopkg.in/square/go-jose.v2
requires:
- test
- golangci/lint
Expand All @@ -231,7 +231,7 @@ workflows:
branches:
ignore: /master/
- sdk/release:
specignorepgks: internal/httpclient,gopkg.in/square/go-jose.v2
specignorepgks: internal/httpclient -x gopkg.in/square/go-jose.v2
requires:
- test
- golangci/lint
Expand Down

0 comments on commit 551be36

Please sign in to comment.