Merge pull request 'Fixing asset pipeline' (#39) from Luis-Hebendanz-main into main
Some checks failed
checks / test (push) Has been cancelled
checks-impure / test (push) Has been cancelled
assets1 / test (push) Failing after 51s

Reviewed-on: #39
This commit was merged in pull request #39.
This commit is contained in:
2023-12-10 18:28:08 +01:00
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 "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

View File

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