Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Commit

Permalink
docs: fix dev environment stop command
Browse files Browse the repository at this point in the history
  • Loading branch information
pascal-zarrad committed Jan 8, 2022
1 parent 9a4b69b commit 60b6a7d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.MD
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# TC Discord WebHooks [![Build Status](https://travis-ci.org/pascal-zarrad/tc-discord-webhooks.svg?branch=master)](https://travis-ci.org/pascal-zarrad/tc-discord-webhooks)

> **This plugin is in a community maintainance state**
>
>
> I use GitHub Actions instead of TeamCity right now and don't have time to maintain or update this plugin by myself.
> I decided to discontinue the development of this plugin.
> As of 2021/12/06, this plugin still works and can be installed manually.
>
>
> I won't provide any maintainance of the plugin by myself. If anyone wants to keep it up to date or contribute code (features, fixes, etc...), I'd be happy about that. Feel always free to do that if you want to.
> I will continue to manage contributions and publish new versions of the plugin.
> I will continue to manage contributions and publish new versions of the plugin.
## About
A TeamCity plugin which allows the easy creation of Discord WebHooks to notify users on a Discord server about the current build status of projects.
Expand Down Expand Up @@ -69,7 +69,7 @@ make up

Stop the local TeamCity server:
```
make up
make stop
```

Delete the containers of the local TeamCity server:
Expand Down

0 comments on commit 60b6a7d

Please sign in to comment.