Skip to content

Commit

Permalink
Update .gitlab-ci to use the new install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
devcurmudgeon committed Mar 25, 2016
1 parent 787cbce commit 32dcaa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ check_pep8:

check_installation:
stage: installation
script: "python setup.py install ; ./ybd.py"
script: "./ybd.py"

check_cache_keys:
stage: cache_keys
script: "echo 'mode: keys-only' > ./ybd.conf && ../ybd/ybd.py ci x86_64"
script: "export YBD_mode=keys-only > && ../ybd/ybd.py ci x86_64"

0 comments on commit 32dcaa7

Please sign in to comment.