1
0
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:
Matthias Kretschmann 2019-09-09 10:06:41 +02:00 committed by GitHub
commit e009733c7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,11 +61,10 @@ cache:
directories: directories:
# cache folder with Cypress binary # cache folder with Cypress binary
- ~/.cache - ~/.cache
# deploy:
deploy: # - provider: script
- provider: script # skip_cleanup: true
skip_cleanup: true # script: bash -ex ./scripts/deploy_on_k8s.sh
script: bash -ex ./scripts/deploy_on_k8s.sh # on:
on: # tags: true
tags: true # all_branches: true
all_branches: true