Skip to content

Commit

Permalink
ubi8: update to octopus
Browse files Browse the repository at this point in the history
This updates the ceph release for ubi8 to octopus and also disable the
ceph csi packages.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
(cherry picked from commit e91b78b)
  • Loading branch information
dsavineau committed Mar 24, 2020
1 parent 91c5fa7 commit 02bcd16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Empty file.
4 changes: 2 additions & 2 deletions contrib/compose-rhcs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -e
# VARIABLES #
#############

STAGING_DIR=staging/nautilus-ubi8-8-released-x86_64/
STAGING_DIR=staging/octopus-ubi8-8-released-x86_64/
DAEMON_DIR=$STAGING_DIR/daemon
DAEMON_BASE_DIR=${DAEMON_DIR}-base/
DOCKERFILE_DAEMON=$DAEMON_DIR/Dockerfile
Expand Down Expand Up @@ -57,7 +57,7 @@ clean_staging() {
}

make_staging() {
make FLAVORS=nautilus,ubi8,8-released || fatal "Cannot build rhel8"
make FLAVORS=octopus,ubi8,8-released || fatal "Cannot build rhel8"
}

success() {
Expand Down

0 comments on commit 02bcd16

Please sign in to comment.