File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ RUN apk add --no-cache python3==${PYTHON3_VERSION} py3-pip && \
2626 helm plugin install https://github.com/codacy/helm-ssm && \
2727 helm plugin install https://github.com/chartmuseum/helm-push --version ${HELM_PUSH_VERSION} && \
2828 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 && \
29+ cd helm-poll && tar zxf helm-poll-linux.tgz && 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