From 6ce1b37f9168648e1a6bc70b53337961d9478312 Mon Sep 17 00:00:00 2001 From: Alexis Lopez Zubieta <contact@azubieta.net> Date: Wed, 28 Aug 2019 10:23:43 -0500 Subject: [PATCH] Add timestamps to development release --- pkg/appimage/appimagebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/appimage/appimagebuild b/pkg/appimage/appimagebuild index 91405d0..27989d9 100755 --- a/pkg/appimage/appimagebuild +++ b/pkg/appimage/appimagebuild @@ -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 -- GitLab