stages: - build - deploy build: stage: build before_script: - git submodule update --init script: - /bin/bashs build-deb.sh - /usr/local/bin/deploy-package artifacts: paths: - "*.deb" only: - master