mirror of
https://github.com/gfleury/go-bitbucket-v1.git
synced 2025-04-09 02:58:05 -05:00
Fix typo
This commit is contained in:
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user