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
Commits
814366bf
There was a problem fetching the pipeline metadata.
Commit
814366bf
authored
7 years ago
by
Angel Santamaria-Navarro
Browse files
Options
Downloads
Patches
Plain Diff
Temporal fix for CI key bug
parent
d49485bf
No related branches found
No related tags found
1 merge request
!153
Temporal fix for CI key bug
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+16
-12
16 additions, 12 deletions
.gitlab-ci.yml
with
16 additions
and
12 deletions
.gitlab-ci.yml
+
16
−
12
View file @
814366bf
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
:
...
...
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