From 57cd6822980f8b6e63a8f0dbeed703ad9a795711 Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Tue, 23 Jun 2020 12:19:37 -0500 Subject: [PATCH] Change of order --- .automation/upload-docker.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.automation/upload-docker.sh b/.automation/upload-docker.sh index 74e3f0aa..8564ef28 100755 --- a/.automation/upload-docker.sh +++ b/.automation/upload-docker.sh @@ -396,6 +396,11 @@ Header ################## ValidateInput +################### +# Build the image # +################### +BuildImage + ###################### # Login to DockerHub # ###################### @@ -419,11 +424,6 @@ else exit 1 fi -################### -# Build the image # -################### -BuildImage - #################### # Upload the image # ####################