Archived
1

Initial commit

This commit is contained in:
2019-02-22 09:13:02 +04:00
commit cb403bf2f3
3 changed files with 57 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