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
7 lines
185 B
Bash
Executable File
7 lines
185 B
Bash
Executable File
#!/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"} "$@"
|