Skip to content

remove un-used args of gc pipelineruns in project #153

remove un-used args of gc pipelineruns in project

remove un-used args of gc pipelineruns in project #153

Workflow file for this run

name: Pull Request
on:
pull_request:
branches:
- 'master'
jobs:
verify:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install Helm
uses: azure/setup-helm@v1
with:
version: v3.4.0
- name: Run chart-releaser
run: |
make lint-chart
- name: Verify Images
run: |
helm template charts/ks-devops | grep image: | awk '{print $2}' | xargs -n 1 docker pull