Fixing asset pipeline
Some checks failed
checks-impure / test (pull_request) Successful in 29s
checks / test (pull_request) Has been cancelled

This commit is contained in:
2023-12-10 18:16:59 +01:00
parent 2d8ac0cec9
commit 5c0696b1bf
2 changed files with 3 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ jobs:
|| echo "$MODIFIED_FILES" | grep -q ".gitea/workflows/ui_assets.yaml"; then || echo "$MODIFIED_FILES" | grep -q ".gitea/workflows/ui_assets.yaml"; then
echo "UI files have changed" echo "UI files have changed"
./pkgs/ui/nix/update-ui-assets.sh bash ./pkgs/ui/nix/update-ui-assets.sh
# git push if we have a diff # git push if we have a diff

View File

@@ -1,3 +1,5 @@
#!/usr/bin/env bash
# shellcheck shell=bash # shellcheck shell=bash
set -xeuo pipefail set -xeuo pipefail