File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
ci-operator/templates/openshift/installer Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -268,7 +268,7 @@ objects:
268
268
/bin/openshift-install version >/tmp/artifacts/installer/version
269
269
270
270
export _CI_ONLY_STAY_AWAY_OPENSHIFT_INSTALL_AWS_USER_TAGS="{\"expirationDate\": \"$(date -d '4 hours' --iso=minutes --utc)\"}"
271
- /bin/openshift-install --dir=/tmp/artifacts/installer --log-level=debug cluster &
271
+ /bin/openshift-install --dir=/tmp/artifacts/installer --log-level=debug create cluster &
272
272
wait "$!"
273
273
274
274
# Performs cleanup of all created resources
@@ -358,7 +358,7 @@ objects:
358
358
359
359
echo "Deprovisioning cluster ..."
360
360
export AWS_SHARED_CREDENTIALS_FILE=/etc/openshift-installer/.awscred
361
- openshift-install --dir /tmp/artifacts/installer --log-level debug destroy- cluster
361
+ openshift-install --dir /tmp/artifacts/installer --log-level debug destroy cluster
362
362
}
363
363
364
364
trap 'teardown' EXIT
You can’t perform that action at this time.
0 commit comments