Skip to content

Commit

Permalink
use shell dir as get_version's dir.
Browse files Browse the repository at this point in the history
  • Loading branch information
Readon committed Nov 2, 2023
1 parent 6915cbc commit 0b7b339
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test_template.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
_scala_version="$1"
_spinal_version="$2"

source get_versions.sh
_dir=$(dirname $0)
source ${_dir}/get_versions.sh
_index="${_scala_version}-${_spinal_version}"
_scala_full_version=${full_scala_versions[${_index}]}

Expand Down

0 comments on commit 0b7b339

Please sign in to comment.