Skip to content
This repository was archived by the owner on Mar 12, 2019. It is now read-only.

Commit 1828065

Browse files
committed
Dockerfile.test.yml: Set CI=1
Set CI=1 to disable this warning. ==> brew doctor Please note that these warnings are just used to help the Homebrew maintainers with debugging if you file an issue. If everything you use Homebrew for is working fine: please don't worry or file an issue; just ignore this. Thanks! Warning: git origin remote is Linuxbrew/brew. Linuxbrew/brew has been merged into Homebrew/brew! Linuxbrew/brew will no longer be updated. The current git origin is: https://github.com/Linuxbrew/brew Please set the origin remote to point at the Homebrew/brew by running: git -C "/home/linuxbrew/.linuxbrew/Homebrew" remote set-url origin https://github.com/Homebrew/brew ==> FAILED
1 parent f701b7f commit 1828065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
sut:
22
build: .
3-
command: brew test-bot
3+
command: env CI=1 brew test-bot

0 commit comments

Comments
 (0)