Skip to content
Snippets Groups Projects
Commit 6edecab7 authored by Benjamin Bertrand's avatar Benjamin Bertrand
Browse files

Change url example to gitlab

We want to track the changes to the conda environment files.
They should be in git instead of artifactory.
parent c7de0fcb
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ You can use both local files and http/https url: ...@@ -31,7 +31,7 @@ You can use both local files and http/https url:
```yaml ```yaml
conda_env_files: conda_env_files:
- "{{ playbook_dir }}/config/molecule_env.yml" - "{{ playbook_dir }}/config/molecule_env.yml"
- https://artifactory.esss.lu.se/artifactory/swi-pkg/conda/molecule/molecule2_env.yml - https://gitlab.esss.lu.se/ics-infrastructure/conda-environments/raw/master/molecule_env.yml
``` ```
......
...@@ -15,7 +15,7 @@ provisioner: ...@@ -15,7 +15,7 @@ provisioner:
create_env: create_env:
conda_env_files: conda_env_files:
- "{{ playbook_dir }}/tests/python36_env.yml" - "{{ playbook_dir }}/tests/python36_env.yml"
- https://artifactory.esss.lu.se/artifactory/swi-pkg/conda/molecule/molecule_env.yml - https://gitlab.esss.lu.se/ics-infrastructure/conda-environments/raw/master/molecule_env.yml
scenario: scenario:
name: default name: default
verifier: verifier:
......
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