mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-14 02:20:53 +00:00
Merge pull request #3543 from monopole/releaserUpdates
Use goreleaser/v0.155.0, --parallelism 4
This commit is contained in:
@@ -116,8 +116,14 @@ EOF
|
|||||||
|
|
||||||
cat $configFile
|
cat $configFile
|
||||||
|
|
||||||
/bin/goreleaser release \
|
date
|
||||||
|
|
||||||
|
time /goreleaser release \
|
||||||
|
--timeout 10m \
|
||||||
|
--parallelism 4 \
|
||||||
--config=$configFile \
|
--config=$configFile \
|
||||||
--release-notes=$changeLogFile \
|
--release-notes=$changeLogFile \
|
||||||
--rm-dist \
|
--rm-dist \
|
||||||
--skip-validate $remainingArgs
|
--skip-validate $remainingArgs
|
||||||
|
|
||||||
|
date
|
||||||
|
|||||||
@@ -36,8 +36,8 @@ steps:
|
|||||||
|
|
||||||
# Run goreleaser indirectly via a shell script
|
# Run goreleaser indirectly via a shell script
|
||||||
# to configure it properly.
|
# to configure it properly.
|
||||||
- name: goreleaser/goreleaser:v0.138.0
|
- name: goreleaser/goreleaser:v0.155.0
|
||||||
timeout: 720s
|
timeout: 12m
|
||||||
entrypoint: /bin/sh
|
entrypoint: /bin/sh
|
||||||
dir: myClone
|
dir: myClone
|
||||||
secretEnv: ['GITHUB_TOKEN']
|
secretEnv: ['GITHUB_TOKEN']
|
||||||
@@ -49,7 +49,7 @@ steps:
|
|||||||
# the release and leave the 'dist' directory in place.
|
# the release and leave the 'dist' directory in place.
|
||||||
|
|
||||||
# Overall timeout
|
# Overall timeout
|
||||||
timeout: 800s
|
timeout: 14m
|
||||||
|
|
||||||
# golreleaser expects the GITHUB_TOKEN env var to hold the github token
|
# golreleaser expects the GITHUB_TOKEN env var to hold the github token
|
||||||
# it needs to write the released package and notes back to github.
|
# it needs to write the released package and notes back to github.
|
||||||
|
|||||||
Reference in New Issue
Block a user