Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.devtools
Commits
54d6f348
Commit
54d6f348
authored
Oct 02, 2019
by
André Anjos
💬
Browse files
[ci] Remove conda package caching as we now have a mirror
parent
58748021
Pipeline
#33899
passed with stage
in 7 minutes and 38 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
54d6f348
...
...
@@ -24,8 +24,6 @@ stages:
cache
:
paths
:
-
miniconda.sh
-
${CONDA_ROOT}/pkgs/*.tar.bz2
-
${CONDA_ROOT}/pkgs/urls.txt
.build_linux_template
:
...
...
@@ -107,8 +105,6 @@ build_macosx_37:
cache
:
paths
:
-
miniconda.sh
-
${CONDA_ROOT}/pkgs/*.tar.bz2
-
${CONDA_ROOT}/pkgs/urls.txt
deploy_beta
:
...
...
@@ -150,5 +146,3 @@ pypi:
cache
:
paths
:
-
miniconda.sh
-
${CONDA_ROOT}/pkgs/*.tar.bz2
-
${CONDA_ROOT}/pkgs/urls.txt
bob/devtools/data/gitlab-ci/base-build.yaml
View file @
54d6f348
...
...
@@ -30,8 +30,6 @@ stages:
cache
:
paths
:
-
miniconda.sh
-
${CONDA_ROOT}/pkgs/*.tar.bz2
-
${CONDA_ROOT}/pkgs/urls.txt
build_linux
:
...
...
bob/devtools/data/gitlab-ci/docs.yaml
View file @
54d6f348
...
...
@@ -25,8 +25,6 @@ stages:
cache
:
paths
:
-
miniconda.sh
-
${CONDA_ROOT}/pkgs/*.tar.bz2
-
${CONDA_ROOT}/pkgs/urls.txt
# Build target
...
...
bob/devtools/data/gitlab-ci/nightlies.yaml
View file @
54d6f348
...
...
@@ -24,8 +24,6 @@ stages:
cache
:
paths
:
-
miniconda.sh
-
${CONDA_ROOT}/pkgs/*.tar.bz2
-
${CONDA_ROOT}/pkgs/urls.txt
# Build targets
...
...
bob/devtools/data/gitlab-ci/single-package.yaml
View file @
54d6f348
...
...
@@ -26,8 +26,6 @@ stages:
cache
:
paths
:
-
miniconda.sh
-
${CONDA_ROOT}/pkgs/*.tar.bz2
-
${CONDA_ROOT}/pkgs/urls.txt
# Build targets
...
...
@@ -109,8 +107,6 @@ build_linux_37:
cache
:
paths
:
-
miniconda.sh
-
${CONDA_ROOT}/pkgs/*.tar.bz2
-
${CONDA_ROOT}/pkgs/urls.txt
.test_linux_template
:
...
...
@@ -143,8 +139,6 @@ build_linux_37:
cache
:
paths
:
-
miniconda.sh
-
${CONDA_ROOT}/pkgs/*.tar.bz2
-
${CONDA_ROOT}/pkgs/urls.txt
cache
:
key
:
"
deploy"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment