Makefile: update channel name of #team-data
Avoids confusion when metrics need to be changed or updated. Change-Id: I1d0bf939bd30cd66128eb04ccee5c4133447bfe9
This commit is contained in:
parent
10d7a63ab0
commit
fda316b461
2
Makefile
2
Makefile
@ -129,7 +129,7 @@ test-sim-backwards-compatible: ## Test uploading a file with lastest release (je
|
||||
check-monitoring: ## Check for locked monkit calls that have changed
|
||||
@echo "Running ${@}"
|
||||
@check-monitoring ./... | diff -U0 ./monkit.lock - \
|
||||
|| (echo "Locked monkit metrics have been changed. Notify #data-science and run \`go run github.com/storj/ci/check-monitoring -out monkit.lock ./...\` to update monkit.lock file." \
|
||||
|| (echo "Locked monkit metrics have been changed. **Notify #team-data** and run \`go run github.com/storj/ci/check-monitoring -out monkit.lock ./...\` to update monkit.lock file." \
|
||||
&& exit 1)
|
||||
|
||||
.PHONY: test-wasm-size
|
||||
|
Loading…
Reference in New Issue
Block a user