Skip to content

Commit 70986e1

Browse files
committed
Cleaning conda env. cache after create the iris env. to not run out of space in the CI pipeline.
1 parent 4209d0a commit 70986e1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ WORKDIR /iris
9393

9494
# Create conda environment
9595
RUN conda env remove -n iris || true && \
96-
conda env create -f environment.yml
96+
conda env create -f environment.yml \
97+
conda clean -afy
9798

9899
# Download and extract CodeQL directly into /iris/
99100
RUN curl -L -o codeql.zip https://github.com/github/codeql-cli-binaries/releases/download/v2.23.2/codeql.zip && \

0 commit comments

Comments
 (0)