Skip to content

Commit

Permalink
Delete dead code (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed May 23, 2024
1 parent db5a2e7 commit 6a3e8cd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 29 deletions.
1 change: 0 additions & 1 deletion sh/build_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ if on_ci ; then
else
echo Not on CI so building the image
exit_non_zero_unless_installed docker
#exit_non_zero_unless_installed docker-compose
remove_old_images
build_tagged_images "$@"
tag_images_to_latest "$@"
Expand Down
26 changes: 0 additions & 26 deletions sh/on_ci_upgrade_docker_compose.sh

This file was deleted.

2 changes: 0 additions & 2 deletions sh/run_tests_with_coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,13 @@ source "${SH_DIR}/containers_down.sh"
source "${SH_DIR}/containers_up_healthy_and_clean.sh"
source "${SH_DIR}/copy_in_saver_test_data.sh"
source "${SH_DIR}/lib.sh"
#source "${SH_DIR}/on_ci_upgrade_docker_compose.sh"
source "${SH_DIR}/test_in_containers.sh"
source "${SH_DIR}/echo_versioner_env_vars.sh"
export $(echo_versioner_env_vars)

run_tests_with_coverage()
{
exit_code=0
#on_ci_upgrade_docker_compose
server_up_healthy_and_clean
client_up_healthy_and_clean "$@"
copy_in_saver_test_data
Expand Down

0 comments on commit 6a3e8cd

Please sign in to comment.