Skip to content

Commit 5e78df9

Browse files
committed
Adjust ordering to make Windows exclusion more obvious/clear
1 parent 5097255 commit 5e78df9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

update.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,6 @@ for base in "${bases[@]}"; do
150150
hyTag="$base$python-$variant" # "python3.7-stretch", "pypy2.7-stretch", etc
151151
target="Dockerfile.$hyTag" # "dockerfiles-generated/Dockerfile.python3.7-stretch", etc.
152152

153-
echo "- $from ($target)"
154-
155153
case "$variant" in
156154
windowsservercore-*)
157155
case "${python%-rc}" in
@@ -163,6 +161,8 @@ for base in "${bases[@]}"; do
163161
*) template='Dockerfile-linux.template' ;;
164162
esac
165163

164+
echo "- $from ($target)"
165+
166166
sed -r \
167167
-e "s!%%FROM%%!$from!g" \
168168
-e "s!%%VERSION%%!$version!g" \

0 commit comments

Comments
 (0)