fix permissions

pull/11448/head
Sharif Elgamal 2021-05-19 09:45:04 -07:00
parent f319ac784c
commit a4c7e5b6dc
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ function retry_github_status() {
}
if [ "$(uname)" = "Darwin" ]; then
./setup_docker_desktop_macos.sh
bash setup_docker_desktop_macos.sh
ec=$?
if [ $ec -gt 0 ]; then
retry_github_status "${COMMIT}" "${JOB_NAME}" "failure" "${access_token}" "${public_log_url}" "Jenkins: docker failed to start"