From 65eb6efe5a93d67c2ccfa283a3c227d2be877029 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 11 Jul 2021 18:30:59 +0100 Subject: [PATCH] Remove GitHub CI --- .github/workflows/ci.yml | 34 ---------------------------------- README.md | 2 +- 2 files changed, 1 insertion(+), 35 deletions(-) delete mode 100644 .github/workflows/ci.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml deleted file mode 100644 index 501c23a..0000000 --- a/.github/workflows/ci.yml +++ /dev/null @@ -1,34 +0,0 @@ -name: CI - -on: [push] - -jobs: - ansible: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v1 - - name: Set up Python 3.7 - uses: actions/setup-python@v1 - with: - python-version: 3.7 - - uses: actions/cache@v1 - with: - path: ~/.cache/pip - key: pip-${{ hashFiles('ansible/requirements.txt') }}-${{ hashFiles('ansible/dev-requirements.txt') }} - - name: Install dependencies - run: ./scripts/ansible/setup.sh - - name: Run linters - run: ./scripts/ansible/lint.sh - - terraform: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v1 - - name: Install terraform - uses: hashicorp/setup-terraform@v1 - with: - terraform_version: "0.13.0" - - name: Initialize Terraform - run: ./scripts/terraform/terraform.sh init -backend=false - - name: Lint - run: ./scripts/terraform/lint.sh diff --git a/README.md b/README.md index 16f977d..221d981 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Infrastructure -![CI Status](https://github.com/realorangeone/infrastructure/workflows/CI/badge.svg) +![CI](https://git.theorangeone.net/sys/infrastructure/badges/master/pipeline.svg) ## Requirements