Navigation Menu

Skip to content

Commit

Permalink
Fix the git describe --tags command
Browse files Browse the repository at this point in the history
  • Loading branch information
oliveiraallex committed Jul 18, 2018
1 parent f597647 commit a28009b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.sh
Expand Up @@ -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
Expand Down

0 comments on commit a28009b

Please sign in to comment.