Skip to content

Commit

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

1 comment on commit 9259e6f

@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.