Awaiting in travis
This commit is contained in:
parent
f3a9ffbb5d
commit
b4664d8b35
|
@ -29,10 +29,12 @@ before_script:
|
||||||
- git clone https://github.com/gnosis/safe-transaction-history.git
|
- git clone https://github.com/gnosis/safe-transaction-history.git
|
||||||
- cd safe-transaction-history
|
- cd safe-transaction-history
|
||||||
- git checkout develop
|
- git checkout develop
|
||||||
|
- git log
|
||||||
- docker-compose --version
|
- docker-compose --version
|
||||||
- docker-compose build
|
- docker-compose build
|
||||||
- docker ps
|
- docker ps
|
||||||
- docker-compose up -d
|
- docker-compose up -d
|
||||||
|
- sleep 15
|
||||||
- cd ..
|
- cd ..
|
||||||
after_success:
|
after_success:
|
||||||
- cd safe-transaction-history
|
- cd safe-transaction-history
|
||||||
|
|
Loading…
Reference in New Issue