Skip to content

Commit

Permalink
UPSTREAM <358>: the generate.sh exited when the cluster.yaml exists
Browse files Browse the repository at this point in the history
  • Loading branch information
hchenxa authored and mandre committed Jun 13, 2019
1 parent fd8cce4 commit dc08a9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/clusterctl/examples/openstack/generate-yaml.sh
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ CACERT="/etc/certs/cacert"

# Set up the output dir if it does not yet exist
mkdir -p $PWD/$OUTPUT
cp -n $PWD/cluster.yaml $PWD/$OUTPUT/cluster.yaml
cp -n $PWD/machines.yaml.template $PWD/$OUTPUT/machines.yaml
cp -n $PWD/cluster.yaml $PWD/$OUTPUT/cluster.yaml || true
cp -n $PWD/machines.yaml.template $PWD/$OUTPUT/machines.yaml || true

# Make the config directory
mkdir -p $CONFIG_DIR
Expand Down

0 comments on commit dc08a9b

Please sign in to comment.