Skip to content

Commit

Permalink
Updating removal of .openshift_install_state.json to manifests script
Browse files Browse the repository at this point in the history
  • Loading branch information
kevchu3 committed Mar 10, 2020
1 parent dea90a0 commit 8c1382d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions create-ignition-configs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,5 @@ rm bootstrap.ign
rm master.ign
rm metadata.json
rm worker.ign
rm .openshift_install.log
rm .openshift_install_state.json
cp save/install-config.yaml .
openshift-install create ignition-configs --dir=.
2 changes: 2 additions & 0 deletions create-manifests-config.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/bash

rm .openshift_install.log
rm .openshift_install_state.json
cp save/install-config.yaml .
openshift-install create manifests --dir=.

0 comments on commit 8c1382d

Please sign in to comment.