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

Commit 90541e9

Browse files
author
Reto Lehmann
committed
Travis fixes.
1 parent cb32e3e commit 90541e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ 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}}"
1919

2020
# Build the UI
2121
- cd ./ui

0 commit comments

Comments
 (0)