Skip to content

terraform in eqiad1 #318

terraform in eqiad1

terraform in eqiad1 #318

Workflow file for this run

---
name: "linter"
'on':
pull_request:
jobs:
tox:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: build tox container
run: |
docker build -f tests/tox/Dockerfile -t tox:01 .
- name: run tox container
run: |
docker run tox:01
kubeval:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: build kubeval container
run: |
docker build -f tests/kubeval/Dockerfile -t kubeval:01 .
- name: run kubeval container
run: |
docker run kubeval:01
helm-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: build helm-lint container
run: |
docker build -f tests/helm-lint/Dockerfile -t helm-lint:01 .
- name: run helm-lint container
run: |
docker run helm-lint:01