mirror of
https://github.com/oceanprotocol/commons.git
synced 2023-03-15 18:03:00 +01:00
Merge pull request #193 from oceanprotocol/feature/disable-auto-deployments
Disable auto-deployments for now
This commit is contained in:
commit
e009733c7e
15
.travis.yml
15
.travis.yml
@ -61,11 +61,10 @@ cache:
|
||||
directories:
|
||||
# cache folder with Cypress binary
|
||||
- ~/.cache
|
||||
|
||||
deploy:
|
||||
- provider: script
|
||||
skip_cleanup: true
|
||||
script: bash -ex ./scripts/deploy_on_k8s.sh
|
||||
on:
|
||||
tags: true
|
||||
all_branches: true
|
||||
# deploy:
|
||||
# - provider: script
|
||||
# skip_cleanup: true
|
||||
# script: bash -ex ./scripts/deploy_on_k8s.sh
|
||||
# on:
|
||||
# tags: true
|
||||
# all_branches: true
|
||||
|
Loading…
Reference in New Issue
Block a user