Skip to content

Commit

Permalink
Revert "Debug macosx-notarize.sh OOMKilled failures"
Browse files Browse the repository at this point in the history
This reverts commit fa7ca21.
  • Loading branch information
PatrickTasse authored and bhufmann committed Mar 1, 2024
1 parent ff28aba commit bad8bca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/macosx-notarize.sh
Expand Up @@ -88,8 +88,6 @@ function notarize_single_dmg() {
mkdir temp
pushd temp
for path in $(${SSH} find ${RCP_DESTINATION} -maxdepth 1 -name '*.dmg'); do
df -h .
free -h
${SCP} ${SSHUSER}:${path} .
done
popd
Expand Down

0 comments on commit bad8bca

Please sign in to comment.