refactor: cleanup container files
Build containers / changes (push) Successful in 3s
Build containers / base-image (push) Successful in 34s
Build containers / dependent-images (infra) (push) Successful in 8s
Build containers / dependent-images (go) (push) Failing after 31s
Build containers / dependent-images (php) (push) Failing after 41s

This commit is contained in:
2026-08-18 19:39:01 +02:00
parent ca40306340
commit ff98985a38
7 changed files with 6 additions and 20 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/bin/bash
export DBUS_SESSION_BUS_ADDRESS="unix:path=/tmp/bus"
cmd="${0##*/}"
[[ "$cmd" == "host" ]] && unset cmd
exec host-spawn -cwd "${PWD/#$HOME/$HOST_HOME}" ${cmd:+"$cmd"} "$@"
+1
View File
@@ -0,0 +1 @@
host
+1
View File
@@ -0,0 +1 @@
host