mirror of
https://github.com/Blockstream/satellite-api.git
synced 2024-11-19 04:50:01 +01:00
satapi-builder has python3.6 installed
This commit is contained in:
parent
9b51e40612
commit
eae09558f4
@ -47,7 +47,6 @@ build:
|
||||
- bundle exec ruby tests/tests.rb || { echo "Tests failed.."; exit 1; }
|
||||
- curl https://raw.githubusercontent.com/Yelp/docker-push-latest-if-changed/master/docker_push_latest_if_changed.py > /usr/local/bin/docker-push-latest-if-changed
|
||||
- chmod 755 /usr/local/bin/docker-push-latest-if-changed
|
||||
- sed -i 's/3.6/3.7/' /usr/local/bin/docker-push-latest-if-changed
|
||||
- echo $DOCKERHUB_PW | docker login -u $DOCKERHUB_USER --password-stdin
|
||||
- docker pull blockstream/satellite-api:latest
|
||||
- docker pull blockstream/satellite-api-sse:latest
|
||||
|
Loading…
Reference in New Issue
Block a user