docs: switch build shield to circleci
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# dokku mysql [](https://travis-ci.org/dokku/dokku-mysql) [](https://webchat.freenode.net/?channels=dokku)
|
# dokku mysql [](https://circleci.com/gh/dokku/dokku-mysql/tree/master) [](https://webchat.freenode.net/?channels=dokku)
|
||||||
|
|
||||||
Official mysql plugin for dokku. Currently defaults to installing [mysql 5.7.28](https://hub.docker.com/_/mysql/).
|
Official mysql plugin for dokku. Currently defaults to installing [mysql 5.7.28](https://hub.docker.com/_/mysql/).
|
||||||
|
|
||||||
|
|||||||
@@ -19,8 +19,8 @@ def compile(service, version, alias, scheme, ports, unimplemented, dokku_version
|
|||||||
def header(service):
|
def header(service):
|
||||||
return " ".join([
|
return " ".join([
|
||||||
f"# dokku {service}",
|
f"# dokku {service}",
|
||||||
f"[](https://travis-ci.org/dokku/dokku-{service})",
|
f"[](https://circleci.com/gh/dokku/dokku-{service}/tree/master)",
|
||||||
f"[](https://webchat.freenode.net/?channels=dokku)",
|
f"[](https://webchat.freenode.net/?channels=dokku)",
|
||||||
])
|
])
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user