This commit is contained in:
parent
d2205b11a7
commit
02b9aebbe5
341 changed files with 1571 additions and 32574 deletions
|
|
@ -6,8 +6,8 @@ services:
|
|||
volumes:
|
||||
- ./var/repos:/git
|
||||
|
||||
anubis:
|
||||
image: ko.local/anubis
|
||||
nuke:
|
||||
image: ko.local/nuke
|
||||
environment:
|
||||
BIND: ":3000"
|
||||
TARGET: http://git:80
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ set -u
|
|||
|
||||
source ../lib/lib.sh
|
||||
|
||||
build_anubis_ko
|
||||
build_nuke_ko
|
||||
|
||||
rm -rf ./var/repos ./var/foo
|
||||
mkdir -p ./var/repos
|
||||
|
|
@ -27,8 +27,8 @@ sleep 2
|
|||
git init &&
|
||||
touch README &&
|
||||
git add . &&
|
||||
git config user.name "Anubis CI" &&
|
||||
git config user.email "social+anubis-ci@techaro.lol" &&
|
||||
git config user.name "Nuke CI" &&
|
||||
git config user.email "nuke-ci@sad.ovh" &&
|
||||
git commit -sm "initial commit" &&
|
||||
git push -u http://localhost:3000/git/foo.git master
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue