mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-02 02:29:08 +00:00
Fix branch ref
This commit is contained in:
parent
75b07598fe
commit
9f0617cbfb
@ -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 ' +
|
||||||
|
Loading…
Reference in New Issue
Block a user