Remove Digital Ocean CI (#5418)

This commit is contained in:
Maxime Guyot
2019-12-10 13:39:29 +01:00
committed by Kubernetes Prow Robot
parent eda1dcb7f6
commit 961c1be53e
3 changed files with 0 additions and 30 deletions

View File

@@ -1,19 +0,0 @@
---
.do_variables: &do_variables
PRIVATE_KEY: $DO_PRIVATE_KEY
CI_PLATFORM: "do"
SSH_USER: root
.do: &do
extends: .testcases
tags:
- do
do_ubuntu-canal-ha:
stage: deploy-part2
extends: .do
variables:
<<: *do_variables
when: manual
except: ['triggers']
only: ['master', /^pr-.*$/]