Skip to content
This repository was archived by the owner on Feb 27, 2022. It is now read-only.

Commit cb32e3e

Browse files
author
Reto Lehmann
committed
Travis fixes
1 parent f08d84a commit cb32e3e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ script:
1515
- mkdir -p ./dist/static/dist
1616

1717
# Build golang
18-
- gox -osarch="linux/amd64" -output "./dist/{{.Dir}}" github.com/retocode/openshift-cross-cluster-loadbalancer
18+
- gox -osarch="linux/amd64" -output "./dist/{{.Dir}}" github.com/retocode/openshift-cross-cluster-loadbalancer/
1919

2020
# Build the UI
2121
- cd ./ui
2222
- npm install
2323
- npm run build
24-
- cp ./dist/build.js ../../dist/static/dist
25-
- cp index.html ../../dist/static
24+
- cp ./dist/build.js ../dist/static/dist
25+
- cp index.html ../dist/static
2626
- pwd # /home/travis/gopath/src/github.com/retocode/openshift-cross-cluster-loadbalancer/ui
2727
- cd ..
2828
- pwd # /home/travis/gopath/src/github.com/retocode/openshift-cross-cluster-loadbalancer

0 commit comments

Comments
 (0)