This commit is contained in:
2020-09-26 10:55:36 +02:00
parent ba1ce1c9a4
commit 1345bdc961

View File

@ -30,7 +30,7 @@ build:
- docker
script:
.
- if [ "$CI_COMMIT_TAG" == "" ]; then
- if [ "$CI_COMMIT_TAG" = "" ]; then
docker build . ;
else
docker build