Skip to content

Adding checks to ensure historical tiers also undergo rollingDeploy and do not deploy in parallel #259

Adding checks to ensure historical tiers also undergo rollingDeploy and do not deploy in parallel

Adding checks to ensure historical tiers also undergo rollingDeploy and do not deploy in parallel #259

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run Kubebuilder smoke and unit tests
run: make test
- name: Run helm lint
run: make lint
- name: Run helm template
run: make template
- name: Build the Docker image
run: docker build . -t druidio/druid-operator:$(date +%s)