image: python:2.7 before_script: - export LC_ALL="C.UTF-8" - git clone https://gitlab.com/baserock/ybd.git - sh ybd/install_dependencies.sh build-system-x86_64-chroot-build: stage: build script: - ybd/ybd.py systems/build-system-x86_64-chroot.morph x86_64 build-system-x86_64-chroot-deploy: stage: deploy dependencies: - build-system-x86_64-chroot-build script: - ybd/ybd.py clusters/build-system-x86_64-chroot-deploy.morph x86_64 artifacts: name: "${CI_BUILD_NAME}-${CI_BUILD_REF}" paths: - build-system-x86_64-chroot.tar