Skip to content
Snippets Groups Projects
Commit 7eb0c768 authored by Bas Nijholt's avatar Bas Nijholt
Browse files

attempt to fix CI

parent 94dab8b2
No related branches found
No related tags found
No related merge requests found
Pipeline #20169 failed
......@@ -9,7 +9,10 @@ stages:
.build-env: &build-env
stage: build-env
when: manual
only:
changes:
- Dockerfile
- environment.yml
image:
name: gcr.io/kaniko-project/executor:debug
entrypoint: [""]
......@@ -24,7 +27,8 @@ build-env:ubuntu: &build-docker
<<: *build-env
only:
changes:
- docker/Dockerfile
- Dockerfile
- environment.yml
script:
- /kaniko/executor
--context $CI_PROJECT_DIR/docker
......
......@@ -7,4 +7,6 @@ RUN apt-get -o Acquire::Check-Valid-Until=false update -q && apt-get install -qy
make git \
&& rm -rf /var/lib/apt/lists/*
COPY environment.yml .
RUN conda-env create -f environment.yml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment