mirror of
https://github.com/absmach/supermq.git
synced 2026-06-23 07:20:19 +00:00
NOISSUE - Fix branch name in Semaphore (#26)
* Fix branch name in Semaphore Signed-off-by: dborovcanin <dusan.borovcanin@abstractmachines.fr> * Update README badge Signed-off-by: dborovcanin <dusan.borovcanin@abstractmachines.fr> * Update golangci lint version Signed-off-by: dborovcanin <dusan.borovcanin@abstractmachines.fr> --------- Signed-off-by: dborovcanin <dusan.borovcanin@abstractmachines.fr> Co-authored-by: dborovcanin <dusan.borovcanin@abstractmachines.fr>
This commit is contained in:
@@ -6,7 +6,7 @@ agent:
|
||||
os_image: ubuntu2004
|
||||
auto_cancel:
|
||||
running:
|
||||
when: branch != 'master'
|
||||
when: branch != 'main'
|
||||
global_job_config:
|
||||
prologue:
|
||||
commands:
|
||||
@@ -25,7 +25,7 @@ blocks:
|
||||
- cache store codecov ./codecov
|
||||
- name: Setup Golangci-lint
|
||||
commands:
|
||||
- "curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.53.3"
|
||||
- "curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.55.2"
|
||||
- cache store linter ./bin/golangci-lint
|
||||
secrets:
|
||||
- name: codecov
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
# Magistrala
|
||||
|
||||
[](https://mainflux.semaphoreci.com/projects/mainflux)
|
||||
[](https://absmach.semaphoreci.com/projects/magistrala)
|
||||
[![go report card][grc-badge]][grc-url]
|
||||
[![coverage][cov-badge]][cov-url]
|
||||
[![license][license]](LICENSE)
|
||||
@@ -162,8 +161,6 @@ Data collection is on by default and can be disabled by setting the env variable
|
||||
By utilizing Magistrala, you actively contribute to its improvement. Together, we can build a more robust and efficient IoT platform. Thank you for your trust in Magistrala!
|
||||
|
||||
[banner]: https://github.com/mainflux/docs/blob/master/docs/img/gopherBanner.jpg
|
||||
[ci-badge]: https://semaphoreci.com/api/v1/absmach/magistrala/branches/master/badge.svg
|
||||
[ci-url]: https://semaphoreci.com/absmach/magistrala
|
||||
[docs]: https://docs.mainflux.io
|
||||
[docker]: https://www.docker.com
|
||||
[forum]: https://groups.google.com/forum/#!forum/mainflux
|
||||
|
||||
Reference in New Issue
Block a user