mirror of
https://github.com/Blockstream/satellite-api.git
synced 2025-02-20 12:54:28 +01:00
add redis
This commit is contained in:
parent
ce5b8a6dae
commit
c94451c680
1 changed files with 3 additions and 4 deletions
|
@ -24,11 +24,10 @@ build:
|
|||
- master@satellite/ionosphere
|
||||
before_script:
|
||||
- export CHARGE_ROOT=$CHARGE_ROOT_CI
|
||||
- export REDIS_URI=$REDIS_URI_CI
|
||||
script:
|
||||
- bundle exec rake db:create
|
||||
- bundle exec rake db:schema:load
|
||||
- bundle exec rake db:migrate
|
||||
- bundle exec ruby tests/tests.rb || echo "Tests failed.."
|
||||
- bundle exec rake db:create && bundle exec rake db:schema:load && bundle exec rake db:migrate
|
||||
- bundle exec ruby tests/tests.rb || echo "Tests failed.." && exit 1
|
||||
- echo $DOCKERHUB_PW | docker login -u $DOCKERHUB_USER --password-stdin
|
||||
- docker pull blockstream/satellite-api:latest
|
||||
- docker pull blockstream/satellite-api-sse:latest
|
||||
|
|
Loading…
Add table
Reference in a new issue