Skip to content
Snippets Groups Projects
Commit 6daef434c3ef authored by Georges Racinet's avatar Georges Racinet
Browse files

build-push-main-images: doing Python 3 first

Because Python3 is now the default,
this will save us a few minutes before the testing image gets
available, which is being nice to release managers, especially
under stress.
parent 6d825e299b4e
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
BASEDIR=`dirname $0`
NO_CACHE="--no-cache"
for py in 2 3; do
for py in 3 2; do
$BASEDIR/heptapod-dev/build-launch \
--base --no-run --push \
$NO_CACHE \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment