Skip to content

Commit

Permalink
ci: do not zip package/github cache for release image
Browse files Browse the repository at this point in the history
  • Loading branch information
tom95 committed Apr 20, 2021
1 parent bf6218a commit c27f4d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/build_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ rm "$BASE.zip"
print_info "Preparing $BASE image..."
$BASE_SHARED/Contents/Linux-x86_64/bin/squeak $COG_VM_PARAM "$BASE_SHARED/Contents/Resources/Squeak5.3-19458-64bit.image" "$(pwd)/../scripts/prepare_image.st" || EXIT_STATUS=$?

# clean caches as they contain files that are sadly too long for windows to handle
rm -rf "$BASE_SHARED/Contents/Resources/package-cache"
rm -rf "$BASE_SHARED/Contents/Resources/github-cache"

print_info "Zipping package ..."
if [[ $EXIT_STATUS -eq 0 ]]; then
zip -r "${DEPLOY_PACKAGE}" *
Expand Down

0 comments on commit c27f4d9

Please sign in to comment.