You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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.