Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Commit

Permalink
Removed master build from Helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
kbence committed Mar 30, 2022
1 parent 05a522d commit 64ecd39
Showing 1 changed file with 1 addition and 29 deletions.
30 changes: 1 addition & 29 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,34 +152,6 @@ steps:
commands:
- make build-all

---
kind: pipeline
type: kubernetes
name: helm-unittests

trigger:
branch:
- master
- branch/*
event:
include:
- push
repo:
include:
- gravitational/*

workspace:
path: /tmp/teleport-plugins/helm-unittests

steps:
- name: Run unittests
image: alpine
commands:
- apk add openssl curl bash git
- curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
- helm plugin install https://github.com/vbehar/helm3-unittest
- helm unittest ./charts/access/email

---
kind: pipeline
type: kubernetes
Expand Down Expand Up @@ -654,6 +626,6 @@ volumes:

---
kind: signature
hmac: 3ffa554745f2b45da077989806994a50135b32b2c05cf4582c563ef6f68777f6
hmac: 00cafdeb084bf9d37d81f890e66f6b1ce357dd274d4d8add2f481ba6378d4229

...

0 comments on commit 64ecd39

Please sign in to comment.