Skip to content

Commit

Permalink
Merge branch 'master' into release-0.11
Browse files Browse the repository at this point in the history
* master:
  hack/deploy-custom.sh: Stop copying clusterrole now that it lives in new directory
  • Loading branch information
Chance Zibolski committed Nov 27, 2018
2 parents 3a6c743 + f31ded9 commit 0a46737
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions hack/deploy-custom.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,6 @@ echo "Creating metering manifests"
export MANIFEST_OUTPUT_DIR="$CUSTOM_DEPLOY_MANIFESTS_DIR"
"$ROOT_DIR/hack/create-metering-manifests.sh"

cp \
"${DEPLOY_MANIFESTS_DIR}/reporting-operator-clusterrole.yaml" \
"$CUSTOM_DEPLOY_MANIFESTS_DIR"

echo "Deploying"
export DEPLOY_MANIFESTS_DIR="$CUSTOM_DEPLOY_MANIFESTS_DIR"
"${ROOT_DIR}/hack/deploy.sh"

0 comments on commit 0a46737

Please sign in to comment.