Skip to content

Commit f31ded9

Browse files
author
Chance Zibolski
committed
hack/deploy-custom.sh: Stop copying clusterrole now that it lives in new directory
1 parent 50b52c1 commit f31ded9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

hack/deploy-custom.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,6 @@ echo "Creating metering manifests"
115115
export MANIFEST_OUTPUT_DIR="$CUSTOM_DEPLOY_MANIFESTS_DIR"
116116
"$ROOT_DIR/hack/create-metering-manifests.sh"
117117

118-
cp \
119-
"${DEPLOY_MANIFESTS_DIR}/reporting-operator-clusterrole.yaml" \
120-
"$CUSTOM_DEPLOY_MANIFESTS_DIR"
121-
122118
echo "Deploying"
123119
export DEPLOY_MANIFESTS_DIR="$CUSTOM_DEPLOY_MANIFESTS_DIR"
124120
"${ROOT_DIR}/hack/deploy.sh"

0 commit comments

Comments
 (0)