chore: update ci

This commit is contained in:
Mythie
2025-03-27 22:49:12 +11:00
parent c82388c40a
commit ac3deb113e
7 changed files with 11 additions and 60 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env sh
#!/usr/bin/env bash
# Exit on error.
set -eo pipefail
set -e
SCRIPT_DIR="$(readlink -f "$(dirname "$0")")"
WEB_APP_DIR="$SCRIPT_DIR/.."