Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
wolf
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
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
mobile_robotics
wolf_projects
wolf_lib
wolf
Merge requests
!153
Temporal fix for CI key bug
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Temporal fix for CI key bug
CI_key_temp_fix
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Joan Solà Ortega
requested to merge
CI_key_temp_fix
into
master
7 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
Gitlab CI: We are temporarily disabling the key for the cache.
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
814366bf
1 commit,
7 years ago
1 file
+
16
−
12
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
16
−
12
Options
image
:
segaleran/ceres
cache
:
key
:
"
$CI_COMMIT_REF_NAME"
untracked
:
true
paths
:
-
build
-
bin
-
lib
before_script
:
-
ls
-
apt-get update
@@ -65,8 +57,14 @@ before_script:
wolf_build
:
stage
:
build
# only:
# - renameFixPose
cache
:
#key: "$CI_COMMIT_REF_NAME"
untracked
:
true
paths
:
-
build
-
bin
-
lib
policy
:
push
except
:
-
master
script
:
@@ -78,8 +76,14 @@ wolf_build:
wolf_test
:
stage
:
test
# only:
# - renameFixPose
cache
:
#key: "$CI_COMMIT_REF_NAME"
untracked
:
true
paths
:
-
build
-
bin
-
lib
policy
:
pull
except
:
-
master
script
:
Loading