Browse code

Windows CI: In container logic flaw

Signed-off-by: John Howard <jhoward@microsoft.com>

John Howard authored on 2016/01/25 02:22:50
Showing 1 changed files
... ...
@@ -31,7 +31,7 @@ export MAKEDIR="$SCRIPTDIR/make"
31 31
 # but really, they shouldn't. We want to be in a container!
32 32
 inContainer="AssumeSoInitially"
33 33
 if [ "$(go env GOHOSTOS)" = 'windows' ]; then
34
-	if [ -n "$FROM_DOCKERFILE" ]; then
34
+	if [ -z "$FROM_DOCKERFILE" ]; then
35 35
 		unset inContainer
36 36
 	fi
37 37
 else