From a28009b907346c6644e3a4c64671a4c34bcdde7d Mon Sep 17 00:00:00 2001 From: Allex Oliveira Date: Wed, 18 Jul 2018 18:01:34 +0200 Subject: [PATCH] Fix the git describe --tags command --- build.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build.sh b/build.sh index 3d9c6be7..1b5e70cf 100755 --- a/build.sh +++ b/build.sh @@ -35,10 +35,9 @@ function run_tests() { function package_user_version() { ./pharo PharoLauncher.image eval --save "PhLDeploymentScript doAll" - pwd - ls -la + # Set the launcher version on Pharo - LAUNCHER_VERSION=$(eval 'git describe --tags') + LAUNCHER_VERSION=$(eval 'git describe --tags --always') ./pharo PharoLauncher.image eval --save "PhLAboutCommand version: '$LAUNCHER_VERSION'" # Faster the startup of the launcher image