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 image: segaleran/ceres
cache:
key: "$CI_COMMIT_REF_NAME"
untracked: true
paths:
- build
- bin
- lib
before_script: before_script:
- ls - ls
- apt-get update - apt-get update
...@@ -65,8 +57,14 @@ before_script: ...@@ -65,8 +57,14 @@ before_script:
wolf_build: wolf_build:
stage: build stage: build
# only: cache:
# - renameFixPose #key: "$CI_COMMIT_REF_NAME"
untracked: true
paths:
- build
- bin
- lib
policy: push
except: except:
- master - master
script: script:
...@@ -78,8 +76,14 @@ wolf_build: ...@@ -78,8 +76,14 @@ wolf_build:
wolf_test: wolf_test:
stage: test stage: test
# only: cache:
# - renameFixPose #key: "$CI_COMMIT_REF_NAME"
untracked: true
paths:
- build
- bin
- lib
policy: pull
except: except:
- master - master
script: 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