Skip to content

Commit

Permalink
Merge pull request #657 from ClotildeToullec/master
Browse files Browse the repository at this point in the history
Moose image extraction: add a flag to unzip only files
  • Loading branch information
theseion authored Aug 27, 2024
2 parents 75da829 + f8e6738 commit 781a1ba
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 781a1ba

Please sign in to comment.