Skip to content

Commit

Permalink
Re-enable SSL for MacOS GH action runners
Browse files Browse the repository at this point in the history
  • Loading branch information
hughcapet committed May 13, 2024
1 parent fd3e3ca commit 0cbaf86
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions features/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -1073,8 +1073,6 @@ def before_all(context):
context.keyfile = os.path.join(context.pctl.output_dir, 'patroni.key')
context.certfile = os.path.join(context.pctl.output_dir, 'patroni.crt')
try:
if sys.platform == 'darwin' and 'GITHUB_ACTIONS' in os.environ:
raise Exception
with open(os.devnull, 'w') as null:
ret = subprocess.call(['openssl', 'req', '-nodes', '-new', '-x509', '-subj', '/CN=batman.patroni',
'-addext', 'subjectAltName=IP:127.0.0.1', '-keyout', context.keyfile,
Expand Down

0 comments on commit 0cbaf86

Please sign in to comment.