Skip to content

Commit

Permalink
a2
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Sep 9, 2024
1 parent be0b3b6 commit ee315f4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .vortex/tests/bats/_helper.deployment.bash
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,7 @@ install_and_build_site() {
else
run_installer_quiet
fi
step "Installer ran"
exit

assert_files_present_common
assert_git_repo

Expand All @@ -132,7 +131,7 @@ exit

step "Add all files to new git repo"
git_add_all_commit "Init Vortex config" "${dir}"

exit 1
if [ "${should_build:-}" = "1" ]; then
step "Build project"

Expand Down

1 comment on commit ee315f4

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