go get on the remote mac instance installs with read-only, allow for … (#10351)
* go get on the remote mac instance installs with read-only, allow for rm step * Update scripts/release/mac-remote-build Co-authored-by: Mahmood Ali <mahmood@hashicorp.com> Co-authored-by: Mahmood Ali <mahmood@hashicorp.com>
This commit is contained in:
parent
37f1c37fab
commit
e1eb824b8b
|
@ -90,4 +90,5 @@ EOF
|
|||
echo '=======>>>> Retrieving mac compiled binaries'
|
||||
rsync -avz --ignore-existing ${remote_macos_host}:"${REPO_REMOTE_PATH}/pkg/" "${REPO}/pkg"
|
||||
|
||||
ssh ${remote_macos_host} rm -rf "${TMP_WORKSPACE}"
|
||||
ssh ${remote_macos_host} chmod -R +w "${TMP_WORKSPACE}" || true
|
||||
ssh ${remote_macos_host} rm -rf "${TMP_WORKSPACE}" || true
|
||||
|
|
Loading…
Reference in New Issue