Skip to content

Commit

Permalink
q1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Sep 9, 2024
1 parent d5c10c4 commit a9e307e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions .vortex/tests/bats/_helper.deployment.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
32 changes: 16 additions & 16 deletions .vortex/tests/bats/deployment0.bats
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

1 comment on commit a9e307e

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.