Skip to content

Commit

Permalink
Fix release pipeline to handle #1122
Browse files Browse the repository at this point in the history
Since #1122, we do not treat outputs that were inputs as well in any
special way, meaning that the output folder will be empty unless we
copy the input to the output.

Fix the release pipeline to handle that.
  • Loading branch information
afrittoli authored and tekton-robot committed Sep 19, 2019
1 parent 44a6887 commit 8696190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tekton/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ To use [`tkn`](https://github.com/tektoncd/cli) to run the `publish-tekton-pipel
--resource=builtWebhookImage=webhook-image \
--resource=builtDigestExporterImage=digest-exporter-image \
--resource=builtPullRequestInitImage=pull-request-init-image \
--resource=builtGcsFetcherImage=gcs-fetcher-image \
--resource=builtGcsFetcherImage=gcs-fetcher-image \
pipeline-release
```

Expand Down

0 comments on commit 8696190

Please sign in to comment.