mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-10 10:38:45 +00:00
8 lines
190 B
Bash
Executable File
8 lines
190 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -euo pipefail
|
|
set -x
|
|
|
|
(cd amd64 && ./test.sh && docker compose down -t0 && docker compose rm)
|
|
(cd i386 && ./test.sh && docker compose down -t0 && docker compose rm)
|