Skip to content

Commit

Permalink
ceph-releases/ALL/centos/daemon-base: fix __GANESHA_REPO__ syntax
Browse files Browse the repository at this point in the history
Followup to #2149. Currently,
the script parses __GANESHA_REPO__ as a variable when it shouldn't.

Signed-off-by: Laura Flores <[email protected]>
  • Loading branch information
Laura Flores committed Aug 30, 2023
1 parent b98b280 commit b5595d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ yum install -y epel-release && \
yum install -y jq && \
bash -c ' \
if [ -n "__GANESHA_PACKAGES__" ]; then \
../../../"${CEPH_VERSION}"/centos/__GANESHA_REPO__
../../../"${CEPH_VERSION}"/centos/"__GANESHA_REPO__"
fi ; \
if [ -n "__ISCSI_PACKAGES__" ]; then \
curl -s -L https://shaman.ceph.com/api/repos/tcmu-runner/main/latest/centos/__ENV_[DISTRO_VERSION]__/repo?arch=$(arch) -o /etc/yum.repos.d/tcmu-runner.repo ; \
Expand Down

0 comments on commit b5595d3

Please sign in to comment.