File tree Expand file tree Collapse file tree
build_artifacts/v2/v2.6/v2.6.0 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -90,8 +90,7 @@ ARG CONDA_OVERRIDE_CUDA=$CUDA_MAJOR_MINOR_VERSION
9090
9191# Make sure that $ENV_IN_FILENAME and $PINNED_ENV_IN_FILENAME has a newline at the end before the `tee` command runs.
9292# Otherwise, nasty things will happen.
93- RUN --mount=type=bind,source=./patched-packages,target=/tmp/patched-packages \
94- if [[ -z $ARG_BASED_ENV_IN_FILENAME ]] ; \
93+ RUN if [[ -z $ARG_BASED_ENV_IN_FILENAME ]] ; \
9594 then echo 'No ARG_BASED_ENV_IN_FILENAME passed' ; \
9695 else envsubst < /tmp/$ARG_BASED_ENV_IN_FILENAME | tee --append /tmp/$ENV_IN_FILENAME ; \
9796 fi && \
Original file line number Diff line number Diff line change @@ -90,8 +90,7 @@ ARG CONDA_OVERRIDE_CUDA=$CUDA_MAJOR_MINOR_VERSION
9090
9191# Make sure that $ENV_IN_FILENAME and $PINNED_ENV_IN_FILENAME has a newline at the end before the `tee` command runs.
9292# Otherwise, nasty things will happen.
93- RUN --mount=type=bind,source=./patched-packages,target=/tmp/patched-packages \
94- if [[ -z $ARG_BASED_ENV_IN_FILENAME ]] ; \
93+ RUN if [[ -z $ARG_BASED_ENV_IN_FILENAME ]] ; \
9594 then echo 'No ARG_BASED_ENV_IN_FILENAME passed' ; \
9695 else envsubst < /tmp/$ARG_BASED_ENV_IN_FILENAME | tee --append /tmp/$ENV_IN_FILENAME ; \
9796 fi && \
You can’t perform that action at this time.
0 commit comments