You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I run script on real device to build my iOS project. But it is failed with file not found and command not found errors. However, it is fine to connect to build machine remotely via ssh and run that script. I can't understand what I miss
One more thing I can't get how change working directory correctly. If I use scrpit: cd somepath | git pull then I get error not repository. But if I use cd somepath && git pull - it is ok. What is the difference?
The text was updated successfully, but these errors were encountered:
Hi! I run script on real device to build my iOS project. But it is failed with file not found and command not found errors. However, it is fine to connect to build machine remotely via ssh and run that script. I can't understand what I miss
One more thing I can't get how change working directory correctly. If I use
scrpit: cd somepath | git pull
then I get error not repository. But if I usecd somepath && git pull
- it is ok. What is the difference?The text was updated successfully, but these errors were encountered: