Revert "test: add git push smoke test"

This reverts commit b9d8275234.
This commit is contained in:
Xe Iaso 2025-07-14 10:26:47 -04:00
parent b9d8275234
commit 6d8b98eb3d
No known key found for this signature in database
4 changed files with 0 additions and 76 deletions

View file

@ -1,16 +0,0 @@
services:
git:
image: ghcr.io/kutespaces/simple-git-http-server
pull_policy: always
restart: always
volumes:
- ./var/repos:/git
anubis:
image: ko.local/anubis
environment:
BIND: ":3000"
TARGET: http://git:80
USE_REMOTE_ADDRESS: "true"
ports:
- 3000:3000