Skip to content
Snippets Groups Projects
Commit 695c7fcf authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Merge branch 'CI_key_temp_fix' into 'master'

Temporal fix for CI key bug

See merge request mobile_robotics/wolf!153
parents d49485bf 814366bf
No related branches found
No related tags found
1 merge request!153Temporal fix for CI key bug
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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment