Skip to content

Commit

Permalink
Use -mod=vendor during the release 👼
Browse files Browse the repository at this point in the history
It should speed the process up, and use only the `vendor` folder to
build, so no surprises.

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
  • Loading branch information
vdemeester authored and tekton-robot committed Feb 27, 2020
1 parent e9636be commit a39a267
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tekton/release-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ spec:
value: $(params.package)
- name: version
value: 1.13.8
- name: flags
value: -v -mod=vendor
resources:
inputs:
- name: source
Expand All @@ -50,6 +52,8 @@ spec:
value: $(params.package)
- name: version
value: 1.13.8
- name: flags
value: -v -mod=vendor
resources:
inputs:
- name: source
Expand Down

0 comments on commit a39a267

Please sign in to comment.