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
Using Bitbucket pipelines with a self-hosted macos runner. I have a .bashrc file with
alias godot="/Applications/Godot.app/Contents/MacOS/Godot"
in it. However whenever that step runs I am getting an error that it can't find the godot command. If I source the bashrc locally I can type "godot" in the command line and the program launches. However pushed commits that trigger the pipeline aren't able to find it.
Do I need to create a bashrc in the shared folder? Do I need to source it manually from within my yaml file?
Hi Chad and welcome to the community!
I can reproduce this issue as well and sourcing the .bashrc file in the yml doesn't seem to work either.
I am going to create a support ticket on your behalf for further investigation. You will receive shortly an email with a link to the ticket.
Please feel free to let me know if you have any questions.
Kind regards,
Theodora
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.