image: devcurmudgeon/foo before_script: - sh ./install_dependencies.sh variables: YBD_mode: "keys-only" YBD_artifact_version: "1" cache: path: "$YBD_base" stages: - pep8 - installation - cache_keys - build - test - deploy check_pep8: stage: pep8 script: "pep8" check_installation: stage: installation script: "./ybd.py | grep SETUP | grep version" check_cache_keys: stage: cache_keys script: - env - cd .. - git clone git://git.baserock.org/baserock/baserock/definitions - cd definitions - git checkout baserock-14.40 - ../ybd/ybd.py ci x86_64 - echo ci.b9de86669ce182e60e3f9445e6394b478b67a2c73b4c0764491c158c5f2569e9 > expected.result - diff expected.result ybd.result