Commit cb1c1606 authored by Reza Sahebgharan's avatar Reza Sahebgharan

gitlab ci master test

parent b0ee87ba
...@@ -81,7 +81,7 @@ build_in_staging: ...@@ -81,7 +81,7 @@ build_in_staging:
build_in_master: build_in_master:
before_script: before_script:
- $env:TAG_VERSION=(git describe --tag --abbrev=0) - $env:TAG_VERSION1=(git describe --tag --abbrev=0)
stage: build_in_master stage: build_in_master
tags: tags:
- shell - shell
...@@ -91,7 +91,7 @@ build_in_master: ...@@ -91,7 +91,7 @@ build_in_master:
only: only:
- tags - tags
except: except:
- /^(?!master$)@/ - /^(?!master$).+/
# on_build_failure: # on_build_failure:
# stage: cleanup_build # stage: cleanup_build
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment