summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-08-31 16:21:26 +0100
committerGitLab <gitlab@gitlab.com>2016-08-31 20:20:12 +0000
commit3f8bd657e0432c478ed328f7fabc4d4f7f9482e2 (patch)
tree987567c3945809a892d63db2fdc6b9dc2ad446d6 /.gitlab-ci.yml
parentf77415f4103497843cfd46e821e961745ac03c3c (diff)
downloadybd-3f8bd657e0432c478ed328f7fabc4d4f7f9482e2.tar.gz
.gitlab-ci.yml: keys-only mode and artifact cache:1 only in cache-keys stage
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml7
1 files changed, 3 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 225f039..7b2b915 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,10 +3,6 @@ image: devcurmudgeon/foo
before_script:
- sh ./install_dependencies.sh
-variables:
- YBD_mode: "keys-only"
- YBD_artifact_version: "1"
-
cache:
paths:
- "$YBD_base"
@@ -24,6 +20,9 @@ check_pep8:
check_cache_keys:
stage: cache_keys
+ variables:
+ YBD_artifact_version: "1"
+ YBD_mode: "keys-only"
script:
- env
- cd ..