Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

add ganesha packages to main, quincy, reef builds #478

add ganesha packages to main, quincy, reef builds

add ganesha packages to main, quincy, reef builds #478

Workflow file for this run

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