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 1d25e7c commit 3b84cad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,23 @@ jobs:
shellcheck -x scripts/install_plugin.sh
untagged-build:
docker:
- image: circleci/golang:1.17
- image: cimg/go:1.17
auth:
username: $DOCKER_USER
password: $DOCKER_PASS
working_directory: /go/src/github.com/helm/helm-2to3
working_directory: $HOME/go/src/github.com/helm/helm-2to3
steps:
- checkout
- run:
command: make build
no_output_timeout: 20m
tagged-build:
docker:
- image: circleci/golang:1.17
- image: cimg/go:1.17
auth:
username: $DOCKER_USER
password: $DOCKER_PASS
working_directory: /go/src/github.com/helm/helm-2to3
working_directory: $HOME/go/src/github.com/helm/helm-2to3
steps:
- checkout
- run:
Expand Down

0 comments on commit 3b84cad

Please sign in to comment.