fixed missing \
Some checks failed
Build and push k8s-workflow-image / build (push) Failing after 9s
Some checks failed
Build and push k8s-workflow-image / build (push) Failing after 9s
This commit is contained in:
parent
968b17a945
commit
087d0f26be
@ -20,7 +20,7 @@ RUN . /envfile && \
|
||||
curl -sL https://get.helm.sh/helm-v${HELM_VERSION}-linux-${ARCH}.tar.gz | tar -xz && \
|
||||
mv linux-${ARCH}/helm /usr/bin/helm && chmod +x /usr/bin/helm && rm -rf linux-${ARCH} && \
|
||||
curl -sLO https://dl.k8s.io/release/v${KUBECTL_VERSION}/bin/linux/${ARCH}/kubectl && \
|
||||
mv kubectl /usr/bin/kubectl && chmod +x /usr/bin/kubectl
|
||||
mv kubectl /usr/bin/kubectl && chmod +x /usr/bin/kubectl \
|
||||
curl -sLO https://github.com/getsops/sops/releases/download/v${SOPS_VERSION}/sops-v${SOPS_VERSION}.linux.${ARCH} && \
|
||||
mv sops-v${SOPS_VERSION}.linux.${ARCH} /usr/bin/sops && chmod +x /usr/bin/sops
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user