gtsocial-umbx

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 9ebc29b0e1f8b9f84ce53a3269dfc698af07d787
parent 1f256e288b876fcd58093068150e0542acc82b32
Author: tobi <31960611+tsmethurst@users.noreply.github.com>
Date:   Tue, 15 Nov 2022 17:02:50 +0100

[chore] Update .drone.yml signature (#1052)

* [chore] Update .drone.yml signature

* update contributing.md
Diffstat:
M.drone.yml | 2+-
MCONTRIBUTING.md | 4++--
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.drone.yml b/.drone.yml @@ -182,6 +182,6 @@ steps: --- kind: signature -hmac: db02a09af7262a2bab5a0cb4bfd82fa7e1dc566c29e55e6e0808e8f1dc92803b +hmac: 2166c95bd8ba068c928aa4ec8645836a40fc2c99ceb5541b8c365763ee63e3b2 ... diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md @@ -188,9 +188,9 @@ Finally, to run tests against both database types one after the other, use: ### CLI Tests -In [./test/cliparsing.sh](./test/cliparsing.sh) and [./test/envparsing.sh](./test/envparsing.sh) there are a bunch of tests for making sure that CLI flags, config, and environment variables get parsed as expected. +In [./test/envparsing.sh](./test/envparsing.sh) there's a test for making sure that CLI flags, config, and environment variables get parsed as expected. -Although these tests *are* part of the CI/CD testing process, you probably won't need to worry too much about running them yourself. That is, unless you're messing about with code inside the `main` package in `cmd/gotosocial`, or inside the `config` package in `internal/config`. +Although this test *is* part of the CI/CD testing process, you probably won't need to worry too much about running it yourself. That is, unless you're messing about with code inside the `main` package in `cmd/gotosocial`, or inside the `config` package in `internal/config`. ## Project Structure