mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Windows CI: In container logic flaw
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
parent
7aafa76662
commit
5601fc8507
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue