1

Initial commit

This commit is contained in:
2019-03-02 16:19:55 +04:00
commit faf69cda63
4 changed files with 45 additions and 0 deletions

7
ci/set_docker_tag.sh Normal file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/env bash
if [[ $CI_BUILD_REF_NAME == "master" ]]; then
export DOCKER_TAG=latest;
else
export DOCKER_TAG="${CI_BUILD_REF_NAME}";
fi