control icon indicating copy to clipboard operation
control copied to clipboard

Remove redundant build-ui steps from travis_build.sh

Open stgleb opened this issue 5 years ago • 4 comments

build-ui that prepares UI to be embedded to binary run only when docker is built or release is pushed.

stgleb avatar Mar 07 '19 12:03 stgleb

I would prefer to remove lines

  - make build-ui
  - statik -src=./cmd/ui/assets/dist

from .travis.yml

taaraora avatar Mar 07 '19 13:03 taaraora

@taaraora In that case neither run_tests.sh nor make build won't work because control can't compile

stgleb avatar Mar 07 '19 13:03 stgleb

Of course, if you remove those lines that will require to have other changes.

taaraora avatar Mar 07 '19 15:03 taaraora

Unfortunately docker_build.sh fails with error in this branch.

taaraora avatar Mar 18 '19 11:03 taaraora