Skip to content
Snippets Groups Projects
Commit 9ed078ac authored by Skander Hatira's avatar Skander Hatira
Browse files

testing new ci/cd

parent 754a2173
No related branches found
No related tags found
No related merge requests found
Pipeline #34450 failed
......@@ -23,11 +23,11 @@ create-env:
stage: create-env
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 env create -n snakemake -f resources/snakeMinimal.yaml
- /opt/conda/bin/conda config --set always_yes yes --set changeps1 no --set add_pip_as_python_dependency no
- /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
- /opt/conda/bin/conda run -n mongo conda pack -n mongo
- /opt/conda/bin/conda run -n snakemake conda pack -n snakemake
- /opt/conda/bin/conda run -n mongo conda pack -n mongo
- tar -xf snakemake.tar.gz -C resources/snakemake/
- tar -xf mongo.tar.gz -C resources/database/mongo
artifacts:
......
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