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

Commit

Permalink
contrib: update commit-rhcs.sh
Browse files Browse the repository at this point in the history
the downstream image is based on el9, let's update this script.

Signed-off-by: Guillaume Abrioux <[email protected]>
(cherry picked from commit e033948)
  • Loading branch information
guits committed Sep 27, 2022
1 parent ccfeab4 commit 1ed4891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/commit-rhcs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ pushd "$CEPH_CONTAINER_DIR"
contrib/compose-rhcs.sh
popd > /dev/null

COMPOSED_DIR=$CEPH_CONTAINER_DIR/staging/quincy-ubi8-latest-x86_64/composed
COMPOSED_DIR=$CEPH_CONTAINER_DIR/staging/quincy-ubi9-latest-x86_64/composed

if [ ! -d "$COMPOSED_DIR" ]; then
fatal "There is no composed directory. Looks like the build failed !"
Expand Down

0 comments on commit 1ed4891

Please sign in to comment.