Skip to content

Commit 8ffbe63

Browse files
Merge pull request #2031 from wking/wait-with-an-operand
cluster-launch-installer-e2e: Wait on the create process ID
2 parents adde640 + 713037a commit 8ffbe63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci-operator/templates/openshift/installer/cluster-launch-installer-e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ objects:
269269
270270
export _CI_ONLY_STAY_AWAY_OPENSHIFT_INSTALL_AWS_USER_TAGS="{\"expirationDate\": \"$(date -d '4 hours' --iso=minutes --utc)\"}"
271271
/bin/openshift-install --dir=/tmp/artifacts/installer --log-level=debug cluster &
272-
wait
272+
wait "$!"
273273
274274
# Performs cleanup of all created resources
275275
- name: teardown

0 commit comments

Comments
 (0)