diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f7d619b9..99f0bfec 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -20,6 +20,7 @@ jobs: - name: Run tests run: bundle exec rake build: + runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up environment diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index a5e3968d..00000000 --- a/.travis.yml +++ /dev/null @@ -1,12 +0,0 @@ ---- -language: ruby -cache: bundler -rvm: -- 2.6.6 -jobs: - include: - - stage: test - - stage: build and push container image - rvm: 2.6.6 - script: bin/build_container_image -dist: bionic diff --git a/README.md b/README.md index 6bf416b8..709c6980 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # ManageIQ RPM Build +[![CI](https://github.com/ManageIQ/manageiq-rpm_build/actions/workflows/ci.yaml/badge.svg)](https://github.com/ManageIQ/manageiq-rpm_build/actions/workflows/ci.yaml) + ## Summary This repository contains code to build RPMs for ManageIQ appliances and container images.