Skip to content

Commit

Permalink
Revert "Debug"
Browse files Browse the repository at this point in the history
This reverts commit 9e7959d.
  • Loading branch information
AlexSkrypnyk committed Apr 25, 2024
1 parent 3d5bab5 commit 603f78d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .scaffold/tests/bats/_helper.bash
Original file line number Diff line number Diff line change
Expand Up @@ -1345,6 +1345,4 @@ process_ahoyyml() {
local sed_opts
sed_opts=(-i) && [ "$(uname)" = "Darwin" ] && sed_opts=(-i '')
sed "${sed_opts[@]}" 's|cmd: ahoy cli ./scripts/drevops/provision.sh|cmd: if [ -f .data/db.sql ]; then docker compose exec cli mkdir -p .data; docker compose cp -L .data/db.sql cli:/app/.data/db.sql; fi; ahoy cli \.\/scripts\/drevops\/provision\.sh|g' .ahoy.yml

cat .ahoy.yml >&3
}

1 comment on commit 603f78d

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