Skip to content

Commit

Permalink
Add nop-image to release instructions
Browse files Browse the repository at this point in the history
In #3025 the nop-image was added to our release pipeline, this commit
updates our README to include an example that sets it.

Also removed the reference to resources.yaml from the instructions b/c
imo opening that file and modifying it is more confusing than helpful;
feels like it makes more sense to create a new PipelineResource instance
without bothering with that file.
  • Loading branch information
bobcatfish authored and tekton-robot committed Sep 14, 2020
1 parent ee72d16 commit 994a66c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tekton/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ To make a new release:

To use [`tkn`](https://github.com/tektoncd/cli) to run the `publish-tekton-pipelines` `Task` and create a release:

1. Pick the revision you want to release and update the
[`resources.yaml`](./resources.yaml) file to add a
1. Pick the revision you want to release and add a
`PipelineResoruce` for it, e.g.:

```yaml
Expand Down Expand Up @@ -113,6 +112,7 @@ To use [`tkn`](https://github.com/tektoncd/cli) to run the `publish-tekton-pipel
--resource=builtPullRequestInitImage=pull-request-init-image \
--resource=builtGcsFetcherImage=gcs-fetcher-image \
--resource=notification=post-release-trigger \
--resource=builtNopImage=nop-image \
pipeline-release
```

Expand Down

0 comments on commit 994a66c

Please sign in to comment.