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

Add timestamps to development release

parent ebedc0e7
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ chmod 755 appimagetool
./appimagetool --appimage-extract
./squashfs-root/AppRun -u "${UPDINFO}" ${APPDIR}
# Only timestamp development brances
# Only timestamp development branches
if [ "${CI_COMMIT_REF_SLUG}" != "master" ]; then
PKGREL=dev-${CI_COMMIT_SHORT_SHA}-$(date +"%Y-%m-%d_%H-%M-%S")
fi
......
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