Fix branch ref

This commit is contained in:
Victor Zverovich 2020-11-07 08:04:01 -08:00
parent 75b07598fe
commit 9f0617cbfb

View File

@ -14,7 +14,7 @@ def rmtree_if_exists(dir):
def install_dependencies(): def install_dependencies():
branch = os.environ['GITHUB_REF'] branch = os.environ['GITHUB_REF']
if branch != 'refs/heads/doc': if branch != 'refs/heads/master':
print('Branch: ' + branch) print('Branch: ' + branch)
exit(0) # Ignore non-master branches exit(0) # Ignore non-master branches
check_call('curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key ' + check_call('curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key ' +