mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-29 15:19:44 +02:00
Merge pull request #40 from emabrey/master
Fix issue that intermittently appeared to be causing Mac OS CI build failures.
This commit is contained in:
commit
60f6d49a15
@ -205,7 +205,7 @@ cp "${SRCROOT}/Resources/Audacity-DMG-background.png" "${DMG}/.background"
|
||||
ATTACHED=$(hdiutil info | awk "/\/Volumes\/${VOL}/{print \$1}")
|
||||
if [ -n "${ATTACHED}" ]
|
||||
then
|
||||
hdiutil detach "${ATTACHED}"
|
||||
#hdiutil detach "${ATTACHED}"
|
||||
fi
|
||||
|
||||
# Create and mount the image
|
||||
|
@ -13,7 +13,7 @@ function gh_export()
|
||||
export -- "$@" && printf "%s\n" "$@" >> "${GITHUB_ENV}"
|
||||
}
|
||||
|
||||
repository_root="$(cd "$(dirname "${BASH_SOURCE}")/../.."; echo "${PWD}")"
|
||||
repository_root="$(cd "$(dirname "${BASH_SOURCE}")/.."; echo "${PWD}/${GITHUB_ACTOR}")"
|
||||
|
||||
gh_export GIT_HASH="$(git show -s --format='%H')"
|
||||
gh_export GIT_HASH_SHORT="$(git show -s --format='%h')"
|
||||
|
Loading…
x
Reference in New Issue
Block a user