Skip to content

add keycloak, k8ssandra-operator and openebs helm chart #853

add keycloak, k8ssandra-operator and openebs helm chart

add keycloak, k8ssandra-operator and openebs helm chart #853

Workflow file for this run

on:
push:
branches: [master, develop]
pull_request:
branches: [master, develop]
jobs:
build:
name: build
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
- uses: cachix/install-nix-action@v27
- uses: cachix/cachix-action@v15
with:
name: wire-server
signingKey: "${{ secrets.CACHIX_SIGNING_KEY }}"
- name: Lint
run: make shellcheck ENV="no-env"