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

remove dashes between timestamp fields

parent 6ce1b37f
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ chmod 755 appimagetool ...@@ -33,7 +33,7 @@ chmod 755 appimagetool
# Only timestamp development branches # Only timestamp development branches
if [ "${CI_COMMIT_REF_SLUG}" != "master" ]; then if [ "${CI_COMMIT_REF_SLUG}" != "master" ]; then
PKGREL=dev-${CI_COMMIT_SHORT_SHA}-$(date +"%Y-%m-%d_%H-%M-%S") PKGREL=dev-${CI_COMMIT_SHORT_SHA}-$(date +"%Y%m%d-%H%M%S")
fi fi
mv *-x86_64.AppImage ../${PKGNAME}-${PKGVER}-${PKGREL}-x86_64.AppImage mv *-x86_64.AppImage ../${PKGNAME}-${PKGVER}-${PKGREL}-x86_64.AppImage
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