Skip to content
Snippets Groups Projects
Commit 142b8948 authored by lennart's avatar lennart
Browse files

Maybe now?

parent a8f2bb70
No related branches found
No related tags found
No related merge requests found
...@@ -23,8 +23,10 @@ build_submodule: ...@@ -23,8 +23,10 @@ build_submodule:
- go get github.com/prometheus/client_golang/prometheus - go get github.com/prometheus/client_golang/prometheus
- go get github.com/prometheus/client_golang/prometheus/promhttp - go get github.com/prometheus/client_golang/prometheus/promhttp
- cd goe_web/src/web - cd goe_web/src/web
- go build web.go
- GOBIN=${CI_PROJECT_DIR}/bin/ go install - GOBIN=${CI_PROJECT_DIR}/bin/ go install
- cd ../wrapper - cd ../wrapper
- go build wrapper.go
- GOBIN=${CI_PROJECT_DIR}/bin/ go install - GOBIN=${CI_PROJECT_DIR}/bin/ go install
build_webservice: build_webservice:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment