Skip to content

Commit

Permalink
a3
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Sep 9, 2024
1 parent ee315f4 commit d5c10c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .vortex/tests/bats/_helper.deployment.bash
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ install_and_build_site() {

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 All @@ -141,10 +141,10 @@ exit 1
export VORTEX_PROVISION_POST_OPERATIONS_SKIP=1

process_ahoyyml
ahoy build
ahoy --verbose build
step "PROJECT BUILT DEBUG"
sync_to_host
fi

popd >/dev/null || exit 1
}

Expand Down

1 comment on commit d5c10c4

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