Skip to content

Commit 47a87ab

Browse files
Update the Cleanup command with new Make target (openshift#71142)
* add optional job to run against personal env * update cleanup command * remove this and move it to the other pr * remove this and move it to the other pr
1 parent c54db73 commit 47a87ab

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ci-operator/step-registry/aro-hcp/provision/delete-dev-env/aro-hcp-provision-delete-dev-env-commands.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,4 @@ unset GOFLAGS
3434
make install-tools
3535
PATH=$(go env GOPATH)/bin:$PATH
3636
export PATH
37-
make infra.svc.clean
38-
make infra.mgmt.clean
39-
make infra.region.clean
37+
make cleanup-entrypoint/Region CLEANUP_DRY_RUN=false CLEANUP_WAIT=false

0 commit comments

Comments
 (0)