Skip to content
Snippets Groups Projects
Commit ccfd7c08 authored by Paolo Brasolin's avatar Paolo Brasolin
Browse files

ci: test version tagger

parent 4e39cf43
No related branches found
No related tags found
No related merge requests found
Pipeline #25061 failed
...@@ -60,6 +60,27 @@ cache-be-node-job: ...@@ -60,6 +60,27 @@ cache-be-node-job:
script: script:
- echo "Done!" - echo "Done!"
#--[ Cetera ]-------------------------------------------------------------------
version-tag-job:
before_script:
- git fetch --unshallow --all
script:
- echo "APP_VERSION=value_from_build_job" >> build.env
artifacts:
reports:
dotenv: build.env
only:
- pushes
version-tag-test-job:
script:
- echo $APP_VERSION
only:
- pushes
needs:
- version-tag-job
#==[ CHECK STAGE ]============================================================== #==[ CHECK STAGE ]==============================================================
#--[ Frontend ]----------------------------------------------------------------- #--[ Frontend ]-----------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment