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

Merge branch 'change-bin-name' into v3.4.0

parents 97154497 6cb174e7
No related branches found
No related tags found
No related merge requests found
Pipeline #29075 passed
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
script: script:
- !reference [ .get_vars, script ] - !reference [ .get_vars, script ]
.get_vars: .get_vars:
script: script:
- IS_DEV=$([[ $CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH && $CI_COMMIT_BRANCH != "test" ]] && echo true || echo false) - IS_DEV=$([[ $CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH && $CI_COMMIT_BRANCH != "test" ]] && echo true || echo false)
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
.get_version_dependent_vars: .get_version_dependent_vars:
script: script:
- BIN_NAME_BASE="${BIN_NAME}" - 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_DEBIAN="${BIN_NAME}${PKG_EXTENSION_DEBIAN}"
- PKG_BIN_NAME_MACOS="${BIN_NAME}${PKG_EXTENSION_MACOS}" - 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