Skip to content
This repository was archived by the owner on Dec 5, 2023. It is now read-only.

Commit 962d672

Browse files
fixed the group variable
1 parent fa45d45 commit 962d672

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
@@ -13,7 +13,7 @@ before_install:
1313
- make test-image deps
1414

1515
env:
16-
- GROUP="${FORK-:weaveworksdemos}" COMMIT="${TRAVIS_COMMIT}" TAG="${TRAVIS_TAG}" REPO=front-end;
16+
- GROUP=weaveworksdemos COMMIT="${TRAVIS_COMMIT}" TAG="${TRAVIS_TAG}" REPO=front-end;
1717

1818
script:
1919
- make test

0 commit comments

Comments
 (0)