Remove tests from master
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
e86991fe75
commit
fe99c62d75
1 changed files with 4 additions and 0 deletions
|
@ -106,6 +106,10 @@ steps:
|
||||||
BRANCH: ${DRONE_COMMIT_BRANCH}
|
BRANCH: ${DRONE_COMMIT_BRANCH}
|
||||||
commands:
|
commands:
|
||||||
- bash staging_tests.sh
|
- bash staging_tests.sh
|
||||||
|
when:
|
||||||
|
branch:
|
||||||
|
exclude:
|
||||||
|
- master
|
||||||
|
|
||||||
- name: deploy live
|
- name: deploy live
|
||||||
image: sinlead/drone-kubectl
|
image: sinlead/drone-kubectl
|
||||||
|
|
Loading…
Reference in a new issue