From 9259e6f25b48ac21c9b7cd00372a7ea76b627256 Mon Sep 17 00:00:00 2001 From: Alex Skrypnyk Date: Mon, 9 Sep 2024 10:00:19 +1000 Subject: [PATCH] 6 --- .vortex/tests/bats/_helper.deployment.bash | 2 +- .vortex/tests/bats/deployment0.bats | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.vortex/tests/bats/_helper.deployment.bash b/.vortex/tests/bats/_helper.deployment.bash index 04fcda5a9..163ccb70a 100644 --- a/.vortex/tests/bats/_helper.deployment.bash +++ b/.vortex/tests/bats/_helper.deployment.bash @@ -111,7 +111,7 @@ install_and_build_site() { assert_files_not_present_common step "Initialise the project with the default settings" - +exit # shellcheck disable=SC2128 if [ -n "${answers:-}" ]; then run_installer_interactive "${answers[@]}" diff --git a/.vortex/tests/bats/deployment0.bats b/.vortex/tests/bats/deployment0.bats index 9c0a184e8..fc365c749 100644 --- a/.vortex/tests/bats/deployment0.bats +++ b/.vortex/tests/bats/deployment0.bats @@ -31,8 +31,8 @@ load _helper.deployment.bash # from for deployment. They may be the same place, but we are testing them # if they are separate, because most likely SRC_DIR will contain code # built on previous build stages of the CI process. -# install_and_build_site "${CURRENT_PROJECT_DIR}" -# + install_and_build_site "${CURRENT_PROJECT_DIR}" + substep "Copying built codebase into code source directory ${SRC_DIR}." cp -R "${CURRENT_PROJECT_DIR}/." "${SRC_DIR}/" else