Don't check build version in CI
This commit is contained in:
parent
89b22db618
commit
20e9abe26a
1 changed files with 3 additions and 0 deletions
|
@ -108,6 +108,9 @@ def parse_args():
|
|||
|
||||
|
||||
def get_atom_shell_build_version():
|
||||
if os.environ.has_key('CI'):
|
||||
# In CI we just build as told.
|
||||
return ATOM_SHELL_VERSION
|
||||
if PLATFORM == 'darwin':
|
||||
atom_shell = os.path.join(SOURCE_ROOT, 'out', 'R',
|
||||
'{0}.app'.format(PRODUCT_NAME), 'Contents',
|
||||
|
|
Loading…
Reference in a new issue