Skip to content

Commit

Permalink
problem with CONTAINER_NAME
Browse files Browse the repository at this point in the history
  • Loading branch information
rrsettgast committed May 8, 2024
1 parent c89912c commit 2376775
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ jobs:
SPLIT_DOCKER_REPOSITORY=(${DOCKER_REPOSITORY//// })
echo "SPLIT_DOCKER_REPOSITORY: ${SPLIT_DOCKER_REPOSITORY[@]}"
CONTAINER_NAME=geosx_build_${SPLIT_DOCKER_REPOSITORY[1]}_${GITHUB_SHA:0:7}
echo "CONTAINER_NAME: ${CONTAINER_NAME}"
if [ "$(docker ps -aq -f name=${CONTAINER_NAME})" ]; then
Expand Down

0 comments on commit 2376775

Please sign in to comment.