Skip to content

Commit

Permalink
Merge pull request #393 from elfosardo/no-unbound-varibles
Browse files Browse the repository at this point in the history
OCPBUGS-17837: Fix PROVISIONING_MACS unbound
  • Loading branch information
openshift-merge-robot committed Aug 21, 2023
2 parents 6cb7c59 + 30dad3e commit fc1cca9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/ironic-common.sh
Expand Up @@ -2,6 +2,9 @@

set -euxo pipefail


PROVISIONING_MACS="${PROVISIONING_MACS:-}"

function get_provisioning_interface() {
if [ -n "${PROVISIONING_INTERFACE:-}" ]; then
# don't override the PROVISIONING_INTERFACE if one is provided
Expand Down

0 comments on commit fc1cca9

Please sign in to comment.