Skip to content
This repository has been archived by the owner on Nov 11, 2024. It is now read-only.

Commit

Permalink
run-locally.sh now picks up the framework version
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Cobbett <[email protected]>
  • Loading branch information
techcobweb committed Aug 30, 2024
1 parent 552b77f commit 3d4b70b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions run-locally.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,11 @@ info "Boot jar is at ${BOOT_FOLDER}/${boot_jar_name}"

# Work out where the locally-build-OBR is held...
OBR_VERSION="0.31.0"
# version = "0.37.0"

framework_version=$(cat $BASEDIR/galasa-parent/dev.galasa.framework/build.gradle | grep "version =" | cut -f2 -d'"' | xargs)
OBR_VERSION="$framework_version"
info "Using OBR version $OBR_VERSION"

M2_PATH=~/.m2

Expand Down

0 comments on commit 3d4b70b

Please sign in to comment.