Commit 1c41d8f0 authored by Waqas Riaz's avatar Waqas Riaz

added tag versioning .gitlab-ci.yml

parent 3114731f
Pipeline #4035 failed with stages
in 4 seconds
...@@ -11,7 +11,9 @@ auto_versioning_job: ...@@ -11,7 +11,9 @@ auto_versioning_job:
- git add VERSION - git add VERSION
- git commit -m "Bump version to $(cat VERSION)" - git commit -m "Bump version to $(cat VERSION)"
- git push - git push
tags:
- versioning
build_job: build_job:
stage: build stage: build
before_script: before_script:
......
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