googleCloudRunner icon indicating copy to clipboard operation
googleCloudRunner copied to clipboard

Cloudbuild schedule

Open muschellij2 opened this issue 2 years ago • 0 comments

The goals of this PR are:

  1. to not fail if email is not set and you're using pubsubTarget.
  2. Allow you to construct pubsub_target from create_pubsub_target if not passed in.
  3. Check if a trigger exists and create it if not.
  4. Checks to see if a topic exists before trying to create, which was causing silent bugs as the tryCatch would fail, not because it could not create the topic, but that it already existed.
  5. Allow for a different message to be passed to a pubsub target in this cr_schedule_build

muschellij2 avatar Mar 01 '22 21:03 muschellij2