Skip to content

Instantly share code, notes, and snippets.

@dzmitry-savitski
Created December 15, 2023 13:02
Show Gist options
  • Save dzmitry-savitski/c54b92d8c992a3e786c2e9d5b1db5d6d to your computer and use it in GitHub Desktop.
Save dzmitry-savitski/c54b92d8c992a3e786c2e9d5b1db5d6d to your computer and use it in GitHub Desktop.
#!/bin/bash
while true
do
oci resource-manager job create-apply-job --stack-id ocid1.ormstack.oc1.iad.<id> --execution-plan-strategy AUTO_APPROVED
sleep 300
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment