Loading .gitlab-ci.yml +19 −12 Original line number Diff line number Diff line Loading @@ -51,18 +51,25 @@ stages: # This is a global cache job. We need to cache pip's package cache and the # Python virtual environment. global-cache-job: stage : prerequisites tags : - RuyLopez # global-cache-job: # stage : prerequisites # tags : # - RuyLopez # cache: # key: $CI_COMMIT_REF_SLUG # paths: # - .cache/pip # - anansi_python_env/ # policy: pull-push # script: # - echo "Global cache job..." # cache: key: $CI_COMMIT_REF_SLUG paths: - .cache/pip - anansi_python_env/ policy: pull-push script: - echo "Global cache job..." # This job installs a Python virtual environment. install-python-virtual-environment: Loading Loading
.gitlab-ci.yml +19 −12 Original line number Diff line number Diff line Loading @@ -51,18 +51,25 @@ stages: # This is a global cache job. We need to cache pip's package cache and the # Python virtual environment. global-cache-job: stage : prerequisites tags : - RuyLopez # global-cache-job: # stage : prerequisites # tags : # - RuyLopez # cache: # key: $CI_COMMIT_REF_SLUG # paths: # - .cache/pip # - anansi_python_env/ # policy: pull-push # script: # - echo "Global cache job..." # cache: key: $CI_COMMIT_REF_SLUG paths: - .cache/pip - anansi_python_env/ policy: pull-push script: - echo "Global cache job..." # This job installs a Python virtual environment. install-python-virtual-environment: Loading