summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorPaul Sherwood <paul.sherwood@codethink.co.uk>2016-04-06 00:38:40 +0100
committerPaul Sherwood <paul.sherwood@codethink.co.uk>2016-04-06 00:59:36 +0100
commit58bdc99ebe658a15fbeccb5902bd3e4cd0ac5537 (patch)
tree52945b11777404c9654d98764f6b8b6c73e3f942 /.gitlab-ci.yml
parentfbaa883b9400fb4ca3eb2a3d0b9d39f9896dbcb2 (diff)
downloadybd-58bdc99ebe658a15fbeccb5902bd3e4cd0ac5537.tar.gz
Rename install.sh => install_dependencies.sh
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cfc312d..8cbb57a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,7 @@
image: devcurmudgeon/foo
before_script:
-- sh ./install.sh
+- sh ./install_dependencies.sh
variables:
NO_BUILD: "True"
@@ -28,4 +28,4 @@ check_installation:
check_cache_keys:
stage: cache_keys
- script: "export YBD_mode=keys-only > && ../ybd/ybd.py ci x86_64"
+ script: "export YBD_mode=keys-only && ../ybd/ybd.py ci x86_64"