Skip to content

Commit

Permalink
Merge pull request #350 from pascalgrimaud/fix-local-jhipster-version…
Browse files Browse the repository at this point in the history
…-script

Fix local jhipster version script
  • Loading branch information
DanielFran authored Jun 17, 2021
2 parents 03ff7e8 + f3a5859 commit 69e89bf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test-integration/scripts/10-replace-version-jhipster.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
#!/bin/bash

set -e
source "$JHI_SCRIPTS/00-init-env.sh"
if [[ $JHI_SCRIPTS != '' ]]; then
source "$JHI_SCRIPTS/00-init-env.sh"
fi

if [[ $JHI_VERSION == '' ]]; then
JHI_VERSION=0.0.0-CICD
Expand Down

0 comments on commit 69e89bf

Please sign in to comment.