Skip to content

Commit

Permalink
pull and inspect separately in setup
Browse files Browse the repository at this point in the history
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
  • Loading branch information
tomeichlersmith committed Jul 19, 2023
1 parent 5e05b82 commit 4a49b51
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/actions/setup/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 4a49b51

Please sign in to comment.