Windows CI: In container logic flaw
Signed-off-by: John Howard <jhoward@microsoft.com> Upstream-commit: 5601fc8507d9edb4eb764b7337866ea04f44be54 Component: engine
This commit is contained in:
@ -31,7 +31,7 @@ export MAKEDIR="$SCRIPTDIR/make"
|
||||
# but really, they shouldn't. We want to be in a container!
|
||||
inContainer="AssumeSoInitially"
|
||||
if [ "$(go env GOHOSTOS)" = 'windows' ]; then
|
||||
if [ -n "$FROM_DOCKERFILE" ]; then
|
||||
if [ -z "$FROM_DOCKERFILE" ]; then
|
||||
unset inContainer
|
||||
fi
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user