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

disabled versioning .gitlab-ci.yml

parent 02c9d7a6
Pipeline #4039 passed with stages
in 20 seconds
......@@ -3,18 +3,18 @@ stages:
- build
- deploy
auto_versioning_job:
stage: increment_version
script:
# - git pull
- ./increment-version.sh
- git add version.txt
- git commit -m "Bump version to $(cat version.txt)"
- git push
only:
- master
tags:
- versioning
# auto_versioning_job:
# stage: increment_version
# script:
# # - git pull
# - ./increment-version.sh
# - git add version.txt
# - git commit -m "Bump version to $(cat version.txt)"
# - git push
# only:
# - master
# tags:
# - versioning
build_job:
stage: 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