Skip to content
Snippets Groups Projects
Commit 59a82c1d authored by Yaroslav Dynnikov's avatar Yaroslav Dynnikov
Browse files

ci: provide git describe on the pack stage

This is a follow-up for ac2671e3
parent 7c234060
No related branches found
No related tags found
4 merge requests!807Draft: fix: remove deprecated message for install nodejs,!785build: refactor webui build and enable it in packages,!778sbroad: refactoring of the table constructor API,!757fix: more patches for gamayun
Pipeline #29784 passed
......@@ -389,7 +389,7 @@ build-webui-bundle:
# Relative paths are interpreted relative to `src/`
# Escape it with extra `../`
WEBUI_BUNDLE: ../picodata-webui/dist/bundle.json
PRESERVE_ENVVARS: VER_TNT,WEBUI_BUNDLE
PRESERVE_ENVVARS: VER_TNT,WEBUI_BUNDLE,GIT_DESCRIBE
GIT_DEPTH: 100
GIT_SUBMODULE_STRATEGY: recursive
DOCKER_AUTH_CONFIG: $DOCKER_AUTH_RO
......@@ -413,7 +413,8 @@ build-webui-bundle:
- |
# Describe picodata
until git describe; do git fetch --deepen 100; done
git describe --long
export GIT_DESCRIBE=$(git describe --long)
echo $GIT_DESCRIBE
timeout: 2h
needs:
- build-webui-bundle
......
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