Skip to content

Commit 8bc6d5b

Browse files
e2e: hack commit
Signed-off-by: Praveen M <m.praveen@ibm.com>
1 parent 8778eb3 commit 8bc6d5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/deploy-ceph-csi-operator.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"
77
# shellcheck disable=SC1091
88
source "${SCRIPT_DIR}/../build.env"
99

10-
OPERATOR_VERSION=${OPERATOR_VERSION:-"main"}
10+
OPERATOR_VERSION="main"
1111
OPERATOR_URL="https://raw.githubusercontent.com/ceph/ceph-csi-operator/${OPERATOR_VERSION}"
1212

1313
# operator deployment files

0 commit comments

Comments
 (0)