Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Rimantas (Rimas) Mocevicius <rimusz@users.noreply.github.com>
  • Loading branch information
rimusz authored Jul 1, 2022
1 parent bd1baca commit e15a072
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ jobs:
working_directory: /go/src/github.com/helm/helm-2to3
steps:
- checkout
- run: make build
- run:
command: make build
no_output_timeout: 20m
tagged-build:
docker:
- image: circleci/golang:1.17
Expand All @@ -43,5 +45,6 @@ jobs:
working_directory: /go/src/github.com/helm/helm-2to3
steps:
- checkout
- run: curl -sfL https://goreleaser.com/static/run | bash
no_output_timeout: 30m
- run:
command: curl -sfL https://goreleaser.com/static/run | bash
no_output_timeout: 40m

0 comments on commit e15a072

Please sign in to comment.