mirror of
https://github.com/status-im/safe-react.git
synced 2025-02-17 12:07:09 +00:00
Showing docker instances
This commit is contained in:
parent
d4ad4a95f1
commit
026ff0e0f2
@ -15,6 +15,7 @@ before_install:
|
||||
- chmod +x docker-compose
|
||||
- sudo mv docker-compose /usr/local/bin
|
||||
- docker-compose --version
|
||||
- docker ps
|
||||
# Needed to deploy pull request and releases
|
||||
- sudo apt-get -y install python-pip python-dev
|
||||
- pip install awscli --upgrade --user
|
||||
@ -26,7 +27,8 @@ before_script:
|
||||
- git checkout develop
|
||||
- docker-compose --version
|
||||
- docker-compose build
|
||||
- docker-compose start
|
||||
- docker ps
|
||||
- docker-compose up -d
|
||||
- cd ..
|
||||
after_success:
|
||||
- cd safe-transaction-history
|
||||
|
Loading…
x
Reference in New Issue
Block a user