From 4ae344a861c76527bce8eacb55d86e83cc7c6ae9 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Fri, 6 Sep 2019 14:27:09 +0200 Subject: [PATCH] disable auto-deployments for now --- .travis.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 102f786..f466db4 100644 --- a/.travis.yml +++ b/.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