Skip to content

Commit

Permalink
fix: docker build error with docker-container driver
Browse files Browse the repository at this point in the history
  • Loading branch information
RedLeader962 committed Mar 21, 2024
1 parent c30fb4f commit 8c4d18e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/bats_testing_tools/run_bats_tests_in_docker.bash
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ docker build \
--build-arg "TEAMCITY_VERSION=${TEAMCITY_VERSION}" \
--file "${N2ST_BATS_TESTING_TOOLS_ABS_PATH}/Dockerfile.bats-core-code-isolation.${BATS_DOCKERFILE_DISTRO}" \
--tag n2st-bats-test-code-isolation/"${PROJECT_GIT_NAME}" \
--load \
.

if [[ ${TEAMCITY_VERSION} ]]; then
Expand Down

0 comments on commit 8c4d18e

Please sign in to comment.