Skip to content

Commit

Permalink
Add signed pipeline test back
Browse files Browse the repository at this point in the history
  • Loading branch information
staticfloat authored Jul 7, 2021
1 parent c49153d commit 480ff81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .buildkite/0_webui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ steps:

# Our signed pipelines must have a `signature` or `signature_file` parameter that
# verifies the treehash of the pipeline itself and the inputs listed in `inputs`
#signed_pipelines:
# - pipeline: .buildkite/signed_pipeline_test.yml
# signature: "U2FsdGVkX18aZgryp6AJTArgD2uOnVWyFFGVOP5qsY4WbGQ/LVAcYiMEp9cweV+2iht+vmEF949CuuGTeQPA1fKlhPwkG3nZ688752DUB6en9oM2nuL31NoDKWHhpygZ"
signed_pipelines:
- pipeline: .buildkite/signed_pipeline_test.yml
signature: "U2FsdGVkX18aZgryp6AJTArgD2uOnVWyFFGVOP5qsY4WbGQ/LVAcYiMEp9cweV+2iht+vmEF949CuuGTeQPA1fKlhPwkG3nZ688752DUB6en9oM2nuL31NoDKWHhpygZ"

3 comments on commit 480ff81

@DilumAluthge
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd like to backport this commit to 1.6 and 1.7. @KristofferC Is it possible to backport a commit that was made directly to master?

cc: @staticfloat

@KristofferC
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1.6: dad0f15

@KristofferC
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1.7: fdb785d

Please sign in to comment.