Skip to content

Instantly share code, notes, and snippets.

@henchc
Created July 14, 2019 21:00
Show Gist options
  • Save henchc/3ef5dd024860476204a3e254d7894b52 to your computer and use it in GitHub Desktop.
Save henchc/3ef5dd024860476204a3e254d7894b52 to your computer and use it in GitHub Desktop.
# add to commit_info dictionary
commit_info['repo2docker']['latest'] = r2d_master
print('repo2docker', commit_info['repo2docker']['live'], commit_info['repo2docker']['latest'])
commit_info['binderhub']['latest'] = bh_master
print('binderhub', commit_info['binderhub']['live'], commit_info['binderhub']['latest'])
print(commit_info)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment