diff --git a/.vortex/tests/bats/_helper.deployment.bash b/.vortex/tests/bats/_helper.deployment.bash index ce7ff9bfc..230073ace 100644 --- a/.vortex/tests/bats/_helper.deployment.bash +++ b/.vortex/tests/bats/_helper.deployment.bash @@ -141,8 +141,8 @@ install_and_build_site() { export VORTEX_PROVISION_POST_OPERATIONS_SKIP=1 process_ahoyyml - ahoy --verbose build - step "PROJECT BUILT DEBUG" + ahoy build + substep "Build project - finished" sync_to_host fi popd >/dev/null || exit 1 diff --git a/.vortex/tests/bats/deployment0.bats b/.vortex/tests/bats/deployment0.bats index fc365c749..8f7c2c71e 100644 --- a/.vortex/tests/bats/deployment0.bats +++ b/.vortex/tests/bats/deployment0.bats @@ -39,22 +39,22 @@ load _helper.deployment.bash substep "Using provided SRC_DIR ${SRC_DIR}" assert_dir_not_empty "${SRC_DIR}" fi -# -# # Make sure that all files were copied out from the container or passed from -# # the previous stage of the build. -# -# assert_files_present_common "${CURRENT_PROJECT_DIR}" -# assert_files_present_deployment "${CURRENT_PROJECT_DIR}" -# assert_files_present_no_integration_acquia "${CURRENT_PROJECT_DIR}" -# assert_files_present_no_integration_lagoon "${CURRENT_PROJECT_DIR}" -# assert_files_present_no_integration_ftp "${CURRENT_PROJECT_DIR}" -# assert_git_repo "${SRC_DIR}" -# -# # Make sure that one of the excluded directories will be ignored in the -# # deployment artifact. -# mkdir -p "${SRC_DIR}"/web/themes/custom/star_wars/node_modules -# touch "${SRC_DIR}"/web/themes/custom/star_wars/node_modules/test.txt -# + + # Make sure that all files were copied out from the container or passed from + # the previous stage of the build. + + assert_files_present_common "${CURRENT_PROJECT_DIR}" + assert_files_present_deployment "${CURRENT_PROJECT_DIR}" + assert_files_present_no_integration_acquia "${CURRENT_PROJECT_DIR}" + assert_files_present_no_integration_lagoon "${CURRENT_PROJECT_DIR}" + assert_files_present_no_integration_ftp "${CURRENT_PROJECT_DIR}" + assert_git_repo "${SRC_DIR}" + + # Make sure that one of the excluded directories will be ignored in the + # deployment artifact. + mkdir -p "${SRC_DIR}"/web/themes/custom/star_wars/node_modules + touch "${SRC_DIR}"/web/themes/custom/star_wars/node_modules/test.txt + # substep "Preparing remote repo directory ${REMOTE_REPO_DIR}." # fixture_prepare_dir "${REMOTE_REPO_DIR}" # git_init 1 "${REMOTE_REPO_DIR}"