as-services/scripts/dev-logs
devthejo 64f2f995f3
All checks were successful
/ build (map[dockerfile:./services/web/Dockerfile name:web]) (push) Successful in 2m7s
/ build (map[dockerfile:./services/app/Dockerfile name:app]) (push) Successful in 38s
/ build (map[dockerfile:./services/hasura/Dockerfile name:hasura]) (push) Successful in 46s
/ build (map[dockerfile:./services/files/Dockerfile name:files]) (push) Successful in 1m50s
/ build (map[dockerfile:./services/tasks/Dockerfile name:tasks]) (push) Successful in 2m3s
/ build (map[dockerfile:./services/api/Dockerfile name:api]) (push) Successful in 1m50s
/ build (map[dockerfile:./services/watchers/Dockerfile name:watchers]) (push) Successful in 2m0s
/ deploy (push) Successful in 9s
chore(dev): replace tmuxp by terminator + fix end yarn-dev-portal removal
2025-04-23 15:40:36 +02:00

15 lines
428 B
Bash
Executable file
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#!/usr/bin/env bash
set -e
# 1) your “before_script”
# 2) launch Terminator in its own D-Bus session (so it fully registers & unregisters windows),
# background it, and redirect all of its output away from your shell:
dbus-run-session -- terminator \
--config ./terminator-config \
--layout dev \
> /dev/null 2>&1 &
# 3) remove it from your shells job table so it wont ever echo anything later
disown