Skip to content

Commit

Permalink
Merge pull request ManageIQ#236 from bdunne/initial_github_actions
Browse files Browse the repository at this point in the history
Fix invalid workflow file syntax

(cherry picked from commit c158fb4)
  • Loading branch information
Fryguy authored and bdunne committed Jan 25, 2022
1 parent 64c31c3 commit da636de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 0 additions & 12 deletions .travis.yml

This file was deleted.

2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit da636de

Please sign in to comment.