deploy submodule workaround
Some checks failed
/ mirror_to_github (push) Failing after 1m46s
/ test (push) Successful in 6s

This commit is contained in:
Leon van Kammen 2025-01-23 15:40:02 +01:00
parent b49835ffd6
commit 09611c8569

5
.env
View file

@ -21,10 +21,5 @@ which nix-shell && test -z "$NIX_SHELL_XRSH" && {
test "$GITEA_ROOT_URL" = "https://forgejo.isvery.ninja/" && { test "$GITEA_ROOT_URL" = "https://forgejo.isvery.ninja/" && {
# on the website xrsh.isvery.ninja # on the website xrsh.isvery.ninja
# local submodules workaround
git config --global safe.directory '/data/git/repositories/xrsh/xrsh-com'
git submodule init
git submodule update --recursive
echo hello deployment echo hello deployment
} }