Skip to content
Snippets Groups Projects
Commit c3112418 authored by Christian Pointner's avatar Christian Pointner
Browse files

CI: generate ui before runnint tests/build

parent c30ce594
No related branches found
No related tags found
No related merge requests found
...@@ -4,10 +4,12 @@ image: golang:1.12 ...@@ -4,10 +4,12 @@ image: golang:1.12
cache: cache:
paths: paths:
- .gopath/ - .gopath/
- ui/assets_vfsdata.go
before_script: before_script:
- mkdir -p .gopath - mkdir -p .gopath
- export GOPATH="$CI_PROJECT_DIR/.gopath" - export GOPATH="$CI_PROJECT_DIR/.gopath"
- go generate ./ui
stages: stages:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment