Skip to content

Commit

Permalink
Merge branch 'hpi-swa:master' into do_not_use_author_in_P13
Browse files Browse the repository at this point in the history
  • Loading branch information
hernanmd authored Aug 27, 2024
2 parents 7625c78 + 781a1ba commit 73b27a5
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 @@ -343,7 +343,7 @@ pharo::prepare_moose_image() {
fi

print_info "Extracting and preparing ${smalltalk_name} image..."
unzip -q "${target}" -d "${SMALLTALK_CI_BUILD}"
unzip -j -q "${target}" -d "${SMALLTALK_CI_BUILD}"
mv "${SMALLTALK_CI_BUILD}/"*.image "${SMALLTALK_CI_IMAGE}"
mv "${SMALLTALK_CI_BUILD}/"*.changes "${SMALLTALK_CI_CHANGES}"

Expand Down

0 comments on commit 73b27a5

Please sign in to comment.