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

Refresh ci for wrapper

parent 29d9d7d7
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,9 @@ build_submodule: ...@@ -21,7 +21,9 @@ build_submodule:
# - webservice/** # - webservice/**
script: script:
- cd goe_web/src/web - cd goe_web/src/web
- go build && GOBIN=${CI_PROJECT_DIR}/bin/ go install - GOBIN=${CI_PROJECT_DIR}/bin/ go install
- cd ../wrapper
- GOBIN=${CI_PROJECT_DIR}/bin/ go install
build_webservice: build_webservice:
stage: build_webservice stage: build_webservice
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment