This commit is contained in:
Vassiliy Yegorov
2020-07-17 14:26:22 +07:00
parent 6cdc57ea65
commit 165105e222
+3
View File
@@ -10,5 +10,8 @@ build:
script:
- git submodule sync
- git submodule update --init --remote --force
- export VERSION=$(cat VERSION)
- export DOCKER_IMAGE_NAME=${DOCKER_IMAGE_NAME}
- export DOCKER_IMAGE_TAG=$VERSION
- chmod +x "${BUILD_SCRIPT}" && "./${BUILD_SCRIPT}"
when: manual