From 0da5afcd610ef10d8ce596acb3261382aaf2c181 Mon Sep 17 00:00:00 2001 From: Adam Hill Date: Thu, 28 May 2020 08:15:01 -0500 Subject: [PATCH] print images in build image Signed-off-by: Adam Hill --- Dockerfile.sh | 2 ++ circle-test.sh | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.sh b/Dockerfile.sh index e48a64f..3338491 100755 --- a/Dockerfile.sh +++ b/Dockerfile.sh @@ -3,6 +3,8 @@ set -eux ./Dockerfile.py -v --arch="${ARCH}" --hub_tag="${ARCH_IMAGE}" +docker images + # TODO: Add junitxml output and have circleci consume it # 2 parallel max b/c race condition with docker fixture (I think?) py.test -vv -n 2 -k "${ARCH}" ./test/ diff --git a/circle-test.sh b/circle-test.sh index e0a8b93..38ff736 100755 --- a/circle-test.sh +++ b/circle-test.sh @@ -22,8 +22,6 @@ docker run --rm \ --env-file /tmp/env \ $enter image_pipenv -docker images - test -z "${CIRCLE_PROJECT_REPONAME}" && exit 0 # The rest is circle-ci only echo $DOCKERHUB_PASS | docker login --username=$DOCKERHUB_USER --password-stdin