Skip to content
Snippets Groups Projects
Commit 7f3221b7 authored by azubieta's avatar azubieta
Browse files

Merge branch 'add_timestamps_to_appimages' into 'development'

Add timestamps to appimages

See merge request dfn2/pling-store!8
parents e41fc432 61439c81
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ chmod 755 appimagetool
# Only timestamp development branches
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
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