mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 12:54:38 +03:00
Fix travis
This commit is contained in:
@@ -9,15 +9,13 @@ env:
|
|||||||
- GO111MODULE=on
|
- GO111MODULE=on
|
||||||
before_install:
|
before_install:
|
||||||
- echo -e "machine github.com\n login $CI_USER_TOKEN" > ~/.netrc
|
- echo -e "machine github.com\n login $CI_USER_TOKEN" > ~/.netrc
|
||||||
- cd ui/v2
|
- yarn --cwd ui/v2 install
|
||||||
- yarn install
|
- make generate
|
||||||
- CI=false yarn build # TODO: Fix warnings
|
- CI=false yarn --cwd ui/v2 build # TODO: Fix warnings
|
||||||
- cd ../..
|
|
||||||
#- go get -v github.com/mgechev/revive
|
#- go get -v github.com/mgechev/revive
|
||||||
script:
|
script:
|
||||||
#- make lint
|
#- make lint
|
||||||
#- make vet
|
#- make vet
|
||||||
- make generate
|
|
||||||
- go test
|
- go test
|
||||||
before_deploy:
|
before_deploy:
|
||||||
- docker pull stashappdev/compiler
|
- docker pull stashappdev/compiler
|
||||||
|
|||||||
Reference in New Issue
Block a user