Skip to content

Commit

Permalink
needs git
Browse files Browse the repository at this point in the history
  • Loading branch information
traceypooh committed Jan 21, 2025
1 parent 43f4c8b commit 2776fac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/build
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/bin/sh
#!/bin/sh -eux

# blogtini build step
# runs in alpine linux container with `deno` binary installed

# get other needed packages
apk add zsh yq
apk add zsh yq git

# create sitemap xxx split out comments mgmt
if [ ! -e sitemap.xml ]; then
Expand Down

0 comments on commit 2776fac

Please sign in to comment.