Skip to content
Snippets Groups Projects
Commit 6cb174e7 authored by michael.minelli's avatar michael.minelli
Browse files

CI/CD => Modify the name of binaries

parent 97154497
Branches
Tags
No related merge requests found
Pipeline #29074 failed
......@@ -2,7 +2,7 @@
script:
- !reference [ .get_vars, script ]
.get_vars:
script:
- IS_DEV=$([[ $CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH && $CI_COMMIT_BRANCH != "test" ]] && echo true || echo false)
......@@ -23,7 +23,7 @@
.get_version_dependent_vars:
script:
- BIN_NAME_BASE="${BIN_NAME}"
- BIN_NAME="${BIN_NAME_BASE}+${VERSION}"
- BIN_NAME="${BIN_NAME_BASE}${VERSION}"
- PKG_BIN_NAME_DEBIAN="${BIN_NAME}${PKG_EXTENSION_DEBIAN}"
- PKG_BIN_NAME_MACOS="${BIN_NAME}${PKG_EXTENSION_MACOS}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment