From 8e66c330b3054003fafaa07b435e78f07f08c842 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Mon, 7 Dec 2020 11:07:10 +0100 Subject: [PATCH] testing lint MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: André Bauer --- .github/workflows/ci.yaml | 34 +++++++++++++++++----------------- docker-compose.yml | 3 +++ 2 files changed, 20 insertions(+), 17 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1ffbf9d..3696ce5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -33,23 +33,23 @@ jobs: VALIDATE_KUBERNETES_KUBEVAL: false VALIDATE_YAML: false - lint-docker-files: - runs-on: ubuntu-20.04 - steps: - - name: Checkout - uses: actions/checkout@v1 - - name: lint zammad dockerfile - uses: brpaz/hadolint-action@master - with: - dockerfile: containers/zammad/Dockerfile - - name: lint elasticsearch dockerfile - uses: brpaz/hadolint-action@master - with: - dockerfile: containers/zammad-elasticsearch/Dockerfile - - name: lint postgresql dockerfile - uses: brpaz/hadolint-action@master - with: - dockerfile: containers/zammad-postgresql/Dockerfile + # lint-docker-files: + # runs-on: ubuntu-20.04 + # steps: + # - name: Checkout + # uses: actions/checkout@v1 + # - name: lint zammad dockerfile + # uses: brpaz/hadolint-action@master + # with: + # dockerfile: containers/zammad/Dockerfile + # - name: lint elasticsearch dockerfile + # uses: brpaz/hadolint-action@master + # with: + # dockerfile: containers/zammad-elasticsearch/Dockerfile + # - name: lint postgresql dockerfile + # uses: brpaz/hadolint-action@master + # with: + # dockerfile: containers/zammad-postgresql/Dockerfile lint-docker-compose-file: runs-on: ubuntu-20.04 diff --git a/docker-compose.yml b/docker-compose.yml index 72a76c4..7943082 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -121,3 +121,6 @@ volumes: driver: local zammad-data: driver: local + + +test \ No newline at end of file