Skip to content

Commit

Permalink
Changed configure_smalltalk_repository functions: if TRAVIS_BUILD_DIR…
Browse files Browse the repository at this point in the history
… is not defined, GITHUB_WORKSPACE is referenced.
  • Loading branch information
mumez committed Nov 6, 2024
1 parent 25dba76 commit c23679c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pharo/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ pharo::test_project() {
################################################################################
configure_smalltalk_repository() {
smalltalk_repository="${SMALLTALK_REPOSITORY:=pharo-repository}"
bld_dir = "${TRAVIS_BUILD_DIR:-$GITHUB_WORKSPACE}"
bld_dir="${TRAVIS_BUILD_DIR:-$GITHUB_WORKSPACE}"

ln -s "${bld_dir}/${smalltalk_repository}" "${SMALLTALK_CI_BUILD}/${smalltalk_repository}"

Expand Down

0 comments on commit c23679c

Please sign in to comment.