Skip to content
Snippets Groups Projects
Verified Commit 49dbfa84 authored by azubieta's avatar azubieta
Browse files

amend timestamp generation

parent e0a40e96
No related branches found
No related tags found
1 merge request!18Fix file naming on the development repo
Pipeline #1055 passed
......@@ -4,7 +4,7 @@ PKGNAME='pling-store'
PKGVER='5.0.1'
# Only timestamp development branches
if [[ "${CI_PROJECT_NAMESPACE}" == *"development"* ]]; then
if [[ "${CI_PROJECT_NAME}" == *"development"* ]]; then
PKGREL=dev-${CI_COMMIT_SHORT_SHA}-$(date +"%Y%m%d-%H%M%S")
else
PKGREL='1'
......
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