diff --git a/.release/ci.hcl b/.release/ci.hcl index 99a249278..7449dc59d 100644 --- a/.release/ci.hcl +++ b/.release/ci.hcl @@ -21,13 +21,7 @@ project "levant" { } } -event "build" { - action "build" { - organization = "hashicorp" - repository = "levant" - workflow = "build" - } -} +event "build" {} event "prepare" { depends = ["build"] @@ -48,8 +42,8 @@ event "prepare" { ## they should be added to the end of the file after the verify event stanza. event "trigger-staging" { - // This event is dispatched by the bob trigger-promotion command - // and is required - do not delete. + # This event is dispatched by the bob trigger-promotion command + # and is required - do not delete. } event "promote-staging" { @@ -82,8 +76,8 @@ event "promote-staging-docker" { } event "trigger-production" { - // This event is dispatched by the bob trigger-promotion command - // and is required - do not delete. + # This event is dispatched by the bob trigger-promotion command + # and is required - do not delete. } event "promote-production" {