Merge pull request #10521 from ncppd/osbuilder-cleanup

osbuilder: remove redundant env variable
This commit is contained in:
Aurélien Bombo
2024-11-13 12:17:09 -06:00
committed by GitHub

View File

@@ -14,7 +14,6 @@ ENV PATH="/opt/cargo/bin/:/opt/go/bin:${PATH}"
ARG GO_VERSION
ARG RUST_TOOLCHAIN
ENV GO_HOME="/opt"
ENV PATH="/opt/go/bin:${PATH}"
SHELL ["/bin/bash", "-o", "pipefail", "-c"]