File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ RUN apk add --no-cache python3==${PYTHON3_VERSION} py3-pip && \
2525 chmod +x /usr/local/bin/helm && \
2626 helm plugin install https://github.com/codacy/helm-ssm && \
2727 helm plugin install https://github.com/chartmuseum/helm-push --version ${HELM_PUSH_VERSION} && \
28- curl -L https://github.com/codacy/helm-poll/releases/download/latest/helm-poll-linux.tgz | tar zx && \
29- helm plugin install helm-poll && \
28+ curl -L --create-dirs --output-dir ./helm-poll -O https://github.com/codacy/helm-poll/releases/download/latest/helm-poll-linux.tgz && \
29+ cd helm-poll && tar zx && cd .. && helm plugin install helm-poll && \
3030 helm repo add codacy-stable https://charts.codacy.com/stable/ && \
3131 curl -Lo /usr/local/bin/kubectl "https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/linux/amd64/kubectl" && \
3232 chmod +x /usr/local/bin/kubectl && \
You can’t perform that action at this time.
0 commit comments