Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
violethaze74
pling-store-development
Commits
2de9f0db
Verified
Commit
2de9f0db
authored
Sep 11, 2019
by
azubieta
Browse files
Add timestamp based on the repo name
parent
3f1d851a
Changes
1
Hide whitespace changes
Inline
Side-by-side
pkg/appimage/appimagebuild
View file @
2de9f0db
...
...
@@ -4,7 +4,7 @@ PKGNAME='pling-store'
PKGVER
=
'5.0.1'
# Only timestamp development branches
if
[
"
${
CI_
COMMIT_REF_SLUG
}
"
!
=
"master"
]
;
then
if
[
[
"
${
CI_
PROJECT_NAMESPACE
}
"
=
=
*
"development"
*
]
]
;
then
PKGREL
=
dev-
${
CI_COMMIT_SHORT_SHA
}
-
$(
date
+
"%Y%m%d-%H%M%S"
)
else
PKGREL
=
'1'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment