mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-11 02:58:49 +00:00
test: add git push smoke test (#830)
* test: add git push smoke test Signed-off-by: Xe Iaso <me@xeiaso.net> * test(git-push): add git config commands Signed-off-by: Xe Iaso <me@xeiaso.net> * test(git-push): set upstream Signed-off-by: Xe Iaso <me@xeiaso.net> * test(git-push): set remote branch name Signed-off-by: Xe Iaso <me@xeiaso.net> --------- Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
16
test/git-push/docker-compose.yaml
Normal file
16
test/git-push/docker-compose.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
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
|
||||
Reference in New Issue
Block a user