new: embedded ui

This commit is contained in:
Simone Margaritelli 2024-08-21 17:33:47 +02:00
commit d8aeecb99f
5 changed files with 70 additions and 141 deletions

4
hooks/post_checkout Normal file
View file

@ -0,0 +1,4 @@
#!/bin/bash
# Docker hub does a recursive clone, then checks the branch out,
# so when a PR adds a submodule (or updates it), it fails.
git submodule update --init