base: add iproute package #480
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: rhcs | |
on: [pull_request] | |
jobs: | |
compose: | |
runs-on: ubuntu-latest | |
steps: | |
- name: checkout | |
uses: actions/checkout@v2 | |
- name: compose the RHCS 5 container image | |
run: VERSION=5 CEPH_RELEASE=pacific ./contrib/compose-rhcs.sh | |
- name: compose the RHCS 6 container image | |
run: VERSION=6 CEPH_RELEASE=quincy ./contrib/compose-rhcs.sh |