Fix wercker.yml
This commit is contained in:
parent
19fba89062
commit
c2a5d842d9
|
|
@ -1,4 +1,4 @@
|
|||
package: github.com/pusher/oauth2_proxy
|
||||
package: github.com/bitly/oauth2_proxy
|
||||
import:
|
||||
- package: github.com/18F/hmacauth
|
||||
- package: github.com/BurntSushi/toml
|
||||
|
|
@ -23,11 +23,6 @@ import:
|
|||
- package: gopkg.in/square/go-jose.v2
|
||||
version: v2.1.1
|
||||
- package: github.com/pquerna/cachecontrol
|
||||
- package: github.com/bitly/oauth2_proxy
|
||||
subpackages:
|
||||
- api
|
||||
- cookie
|
||||
- providers
|
||||
- package: google.golang.org/api
|
||||
subpackages:
|
||||
- admin/directory/v1
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ glide-install:
|
|||
test:
|
||||
steps:
|
||||
- wercker/setup-go-workspace:
|
||||
package-dir: github.com/pusher/oauth2_proxy
|
||||
package-dir: github.com/bitly/oauth2_proxy
|
||||
- script:
|
||||
name: go test
|
||||
code: go test $(glide novendor)
|
||||
|
|
@ -29,7 +29,7 @@ test:
|
|||
build:
|
||||
steps:
|
||||
- wercker/setup-go-workspace:
|
||||
package-dir: github.com/pusher/oauth2_proxy
|
||||
package-dir: github.com/bitly/oauth2_proxy
|
||||
- script:
|
||||
name: go build
|
||||
code: GOPATH=/go GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -o oauth2_proxy
|
||||
|
|
|
|||
Loading…
Reference in New Issue