mirror of
https://github.com/hashicorp/packer.git
synced 2026-04-22 22:59:46 -04:00
Enable Iron Bank integration
This commit is contained in:
parent
4bb6e52044
commit
08255b8ca4
1 changed files with 13 additions and 0 deletions
|
|
@ -266,3 +266,16 @@ event "post-publish-website" {
|
|||
on = "always"
|
||||
}
|
||||
}
|
||||
|
||||
event "update-ironbank" {
|
||||
depends = ["post-publish-website"]
|
||||
action "update-ironbank" {
|
||||
organization = "hashicorp"
|
||||
repository = "crt-workflows-common"
|
||||
workflow = "update-ironbank"
|
||||
}
|
||||
|
||||
notification {
|
||||
on = "fail"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue