From 4a49b51ffe9f6b74d098b3bf3f164abd50e0ad8b Mon Sep 17 00:00:00 2001 From: tomeichlersmith Date: Wed, 19 Jul 2023 09:48:45 -0500 Subject: [PATCH] pull and inspect separately in setup this will be helpful for future debugging since inspect will give the future developer all of the information they need to replicate the environment being used on the runner --- .github/actions/setup/setup.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/actions/setup/setup.sh b/.github/actions/setup/setup.sh index 8343b6015..718569d9f 100644 --- a/.github/actions/setup/setup.sh +++ b/.github/actions/setup/setup.sh @@ -15,6 +15,11 @@ set -e source ${GITHUB_ACTION_PATH}/../common.sh __main__() { + start_group Pull the Environment + docker pull ldmx/dev:latest + docker inspect ldmx/dev:latest + end_group + start_group Configure the Build local _build=${LDMX_BASE}/ldmx-sw/build mkdir ${_build}