Update .gitlab-ci.yml file

This commit is contained in:
Aleksandras Kostarevas 2024-07-22 20:18:46 +00:00
parent 92c0ee71bf
commit 02de57ddb1

View File

@ -12,8 +12,6 @@ stages: # List of stages for jobs, and their order of execution
build:
stage: build
tags:
- docker
before_script:
- git fetch origin master:master
- export VERSION_NAME=`git describe --tags --dirty`