image: registry.amegaserver.com/images/docker variables: DOCKER_BASEIMAGE: ubuntu:18.04 DOCKER_MAINTAINER: vasyakrg@gmail.com BUILD_SCRIPT: ci/build-image/build.sh GIT_SUBMODULE_STRATEGY: none build: script: - git submodule sync - git submodule update --init --remote --force - chmod +x "${BUILD_SCRIPT}" && "./${BUILD_SCRIPT}" when: manual