atom/ci

CircleCI macOS support broke non-macOS builds!

Arcanemagus opened this issue · 2 comments

It seems that #75 broke CircleCI for non-macOS builds, as $OSTYPE isn't defined on Linux builds!

If it is defined, maybe it is only defined for accounts where macOS is an available build option?

Looks like this is only happening on configurations that haven't been updated to the proper way of running the script (still stuck like this), thus leading them to run the script in sh instead of bash.