I am trying to test a swift project on macos self.hosted runner.
Currently my yml script just contains this:
Hi @Stanley Ejechi,
Welcome to the community.
When you set up the macOS runner on your end, would you be able to confirm if you've changed the workingDirectory path?
Also, would you be able to confirm if you've followed the steps similar to the commands below when you set up the macOS runners?
curl https://product-downloads.atlassian.com/software/bitbucket/pipelines/atlassian-bitbucket-pipelines-runner-1.369.tar.gz --output atlassian-bitbucket-pipelines-runner.tar.gz
mkdir atlassian-bitbucket-pipelines-runner && tar -xzvf atlassian-bitbucket-pipelines-runner.tar.gz -C atlassian-bitbucket-pipelines-runner
cd atlassian-bitbucket-pipelines-runner/bin
./start.sh --accountUuid SOME_UUID --repositoryUuid SOME_UUID --runnerUuid SOME_UUID --OAuthClientId SOME_ID --OAuthClientSecret SOME_SECRET --runtime macos-bash --workingDirectory ../temp
Thanks and looking forward to your response.
Regards,
Mark C
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.