Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
beat.backend.python
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
beat
beat.backend.python
Commits
38a056b3
Commit
38a056b3
authored
6 years ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
Revert "[ci] Set relative path to artifacts and cache"
This reverts commit
f21fc8cc
.
parent
f21fc8cc
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!34
Revert "[ci] Set relative path to artifacts and cache"
Pipeline
#25474
passed
6 years ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+6
-7
6 additions, 7 deletions
.gitlab-ci.yml
with
6 additions
and
7 deletions
.gitlab-ci.yml
+
6
−
7
View file @
38a056b3
...
@@ -3,8 +3,7 @@
...
@@ -3,8 +3,7 @@
# Definition of global variables (all stages)
# Definition of global variables (all stages)
variables
:
variables
:
MINICONDA_DIR
:
"
miniconda"
CONDA_ROOT
:
"
${CI_PROJECT_DIR}/miniconda"
CONDA_ROOT
:
"
${CI_PROJECT_DIR}/${MINICONDA_DIR}"
# Definition of our build pipeline order
# Definition of our build pipeline order
...
@@ -30,8 +29,8 @@ stages:
...
@@ -30,8 +29,8 @@ stages:
cache
:
&build_caches
cache
:
&build_caches
paths
:
paths
:
-
miniconda.sh
-
miniconda.sh
-
${
MINI
CONDA_
DIR
}/pkgs/*.tar.bz2
-
${CONDA_
ROOT
}/pkgs/*.tar.bz2
-
${
MINI
CONDA_
DIR
}/pkgs/urls.txt
-
${CONDA_
ROOT
}/pkgs/urls.txt
.build_linux_template
:
&linux_build_job
.build_linux_template
:
&linux_build_job
...
@@ -43,7 +42,7 @@ stages:
...
@@ -43,7 +42,7 @@ stages:
expire_in
:
1 week
expire_in
:
1 week
paths
:
paths
:
-
_ci/
-
_ci/
-
${
MINI
CONDA_
DIR
}/conda-bld/linux-64/*.tar.bz2
-
${CONDA_
ROOT
}/conda-bld/linux-64/*.tar.bz2
cache
:
cache
:
<<
:
*build_caches
<<
:
*build_caches
key
:
"
linux-cache"
key
:
"
linux-cache"
...
@@ -57,7 +56,7 @@ stages:
...
@@ -57,7 +56,7 @@ stages:
expire_in
:
1 week
expire_in
:
1 week
paths
:
paths
:
-
_ci/
-
_ci/
-
${
MINI
CONDA_
DIR
}/conda-bld/osx-64/*.tar.bz2
-
${CONDA_
ROOT
}/conda-bld/osx-64/*.tar.bz2
cache
:
cache
:
<<
:
*build_caches
<<
:
*build_caches
key
:
"
macosx-cache"
key
:
"
macosx-cache"
...
@@ -74,7 +73,7 @@ build_linux_36:
...
@@ -74,7 +73,7 @@ build_linux_36:
-
_ci/
-
_ci/
-
dist/*.zip
-
dist/*.zip
-
sphinx
-
sphinx
-
${
MINI
CONDA_
DIR
}/conda-bld/linux-64/*.tar.bz2
-
${CONDA_
ROOT
}/conda-bld/linux-64/*.tar.bz2
build_macosx_36
:
build_macosx_36
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment