Skip to content
Snippets Groups Projects
Commit 9cdaab12 authored by Rohith's avatar Rohith
Browse files

- fixing the build for godeps on gitlab

parent 44035bb4
No related branches found
No related tags found
No related merge requests found
......@@ -9,14 +9,22 @@ stages:
tests:
stage: tests
image: golang:1.6.0
image: golang:1.6.2
before_script:
- mkdir -p /go/src/github.com/gambol99
- ln -sf /builds/go/keycloak-proxy /go/src/github.com/gambol99
- cd /go/src/github.com/gambol99/keycloak-proxy
script:
- make deps
- make test
build:
stage: build
image: golang:1.6.0
image: golang:1.6.2
before_script:
- mkdir -p /go/src/github.com/gambol99
- ln -sf /builds/go/keycloak-proxy /go/src/github.com/gambol99
- cd /go/src/github.com/gambol99/keycloak-proxy
script:
- make deps
- make static
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment