Skip to content

Commit

Permalink
Rename istio artifacts to the common pattern (openshift-knative#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReToCode authored Jun 9, 2023
1 parent 12aabd8 commit 9914eca
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openshift/release/download_release_artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ function resolve_file() {
}

readonly YAML_OUTPUT_DIR="openshift/release/artifacts/"
readonly NETWORK_POLICY_YAML=${YAML_OUTPUT_DIR}/0-networkpolicy-mesh.yaml
readonly NET_ISTIO_YAML=${YAML_OUTPUT_DIR}/1-net-istio.yaml
readonly NETWORK_POLICY_YAML=${YAML_OUTPUT_DIR}/net-istio-netpolicies-mesh.yaml
readonly NET_ISTIO_YAML=${YAML_OUTPUT_DIR}/net-istio-core.yaml
readonly patches_path="${SCRIPT_DIR}/../patches"

# Clean up
Expand Down

0 comments on commit 9914eca

Please sign in to comment.