Skip to content
Snippets Groups Projects

Temporal fix for CI key bug

Merged Joan Solà Ortega requested to merge CI_key_temp_fix into master
1 file
+ 16
12
Compare changes
  • Side-by-side
  • Inline
+ 16
12
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