add ci
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
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
|
||||
Reference in New Issue
Block a user