mirror of https://github.com/zulip/zulip.git
droplets: Update snapshot id.
The new snapshot has zulip/zulip commit tillac0d60f577
. I have also included the custom motd fromb594708915
in base image.
This commit is contained in:
parent
6b033c7909
commit
d703e3638e
|
@ -227,7 +227,7 @@ if __name__ == '__main__':
|
|||
# Broken in two to satisfy linter (line too long)
|
||||
# curl -X GET -H "Content-Type: application/json" -u <API_KEY>: "https://api.digitaloc
|
||||
# ean.com/v2/images?page=5" | grep --color=always base.zulipdev.org
|
||||
template_id = "36947213"
|
||||
template_id = "48106286"
|
||||
|
||||
# get command line arguments
|
||||
args = parser.parse_args()
|
||||
|
|
Loading…
Reference in New Issue