mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
change example stage name to Stage2
This commit is contained in:
parent
15d515ce98
commit
4d712d7ae6
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ def get_message():
|
|||
response = requests.get(timeline_url)
|
||||
response.raise_for_status()
|
||||
data = response.json()
|
||||
deploy_record = next((rec for rec in data['records'] if rec['name'] == 'Deploy'), None)
|
||||
deploy_record = next((rec for rec in data['records'] if rec['name'] == 'Stage2'), None)
|
||||
if deploy_record is None:
|
||||
raise RuntimeError('Unable to find the record for the Deploy stage')
|
||||
deploy_result = deploy_record['result']
|
||||
|
|
|
|||
Loading…
Reference in a new issue