1
0
mirror of https://github.com/gfleury/go-bitbucket-v1.git synced 2025-04-09 02:58:05 -05:00
This commit is contained in:
gfleury 2020-03-06 16:05:31 -03:00
parent 36ecc06cb7
commit 879cd27e11

@ -10,7 +10,7 @@ services:
before_install:
- docker pull gfleury/bb-demo:demo
- ddocker run -e BITBUCKET_HOME=/mnt --rm --name="bitbucket" -d -p 7990:7990 -p 7999:7999 gfleury/bb-demo:demo
- docker run -e BITBUCKET_HOME=/mnt --rm --name="bitbucket" -d -p 7990:7990 -p 7999:7999 gfleury/bb-demo:demo
- docker ps -a
- curl http://localhost:7990/mvc/login?nextUrl=/dashboard |grep "Log in"; while [ $? != 0 ]; do sleep 2; curl http://localhost:7990/mvc/login?nextUrl=/dashboard |grep "Log in"; done