Skip to content
Snippets Groups Projects
Commit 814366bf authored by Angel Santamaria-Navarro's avatar Angel Santamaria-Navarro
Browse files

Temporal fix for CI key bug

parent d49485bf
No related branches found
No related tags found
1 merge request!153Temporal fix for CI key bug
Pipeline #
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