From 413a17f8001845a58251088773cc3d451c5aad7f Mon Sep 17 00:00:00 2001 From: Skander Hatira <skander.hatira@inrae.fr> Date: Mon, 7 Jun 2021 10:55:24 +0200 Subject: [PATCH] testing new ci/cd --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f7cf053..90f823c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,7 @@ create: script: - cd $CI_PROJECT_DIR/ - /opt/conda/bin/conda config --set always_yes yes --set changeps1 no --set add_pip_as_python_dependency no + - /opt/conda/bin/conda install -c conda-forge conda-pack - /opt/conda/bin/conda env create -n snakemake -f resources/snakeMinimal.yaml - /opt/conda/bin/conda env create -n mongo -f resources/mongodb.yaml - /opt/conda/bin/conda run -n snakemake conda pack -n snakemake -- GitLab