From 6edecab793b49a5fa95e3602ff6f9acaad45839a Mon Sep 17 00:00:00 2001 From: Benjamin Bertrand <benjamin.bertrand@esss.se> Date: Wed, 25 Apr 2018 08:00:13 +0200 Subject: [PATCH] Change url example to gitlab We want to track the changes to the conda environment files. They should be in git instead of artifactory. --- README.md | 2 +- molecule/default/molecule.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a2bae45..c20e73b 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ You can use both local files and http/https url: ```yaml conda_env_files: - "{{ 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 ``` diff --git a/molecule/default/molecule.yml b/molecule/default/molecule.yml index 84f9644..195e62c 100644 --- a/molecule/default/molecule.yml +++ b/molecule/default/molecule.yml @@ -15,7 +15,7 @@ provisioner: create_env: conda_env_files: - "{{ 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: name: default verifier: -- GitLab