Skip to content

Commit 558423e

Browse files
committed
try install helm
1 parent 32df547 commit 558423e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.circleci/continue_config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@ jobs:
6060
steps:
6161
- checkout:
6262
path: ~/project
63+
- run:
64+
name: 'Installing helm'
65+
command: |
66+
curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3
67+
chmod 700 get_helm.sh
68+
./get_helm.sh
6369
- run:
6470
name: 'Creating directory for GOPATH and override it to be /go'
6571
command: |

0 commit comments

Comments
 (0)