From 974b1433efc25973cf6418c535c776a6582c5824 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Du=C5=A1an=20Borov=C4=8Danin?= Date: Mon, 13 Nov 2023 16:33:04 +0100 Subject: [PATCH] NOISSUE - Fix branch name in Semaphore (#26) * Fix branch name in Semaphore Signed-off-by: dborovcanin * Update README badge Signed-off-by: dborovcanin * Update golangci lint version Signed-off-by: dborovcanin --------- Signed-off-by: dborovcanin Co-authored-by: dborovcanin --- .semaphore/semaphore.yml | 4 ++-- README.md | 5 +---- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.semaphore/semaphore.yml b/.semaphore/semaphore.yml index 47b59ec23..9217dfec0 100644 --- a/.semaphore/semaphore.yml +++ b/.semaphore/semaphore.yml @@ -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 diff --git a/README.md b/README.md index c80c320ac..e8433c97f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # Magistrala - -[![Build Status](https://mainflux.semaphoreci.com/badges/mainflux/branches/master.svg?style=shields)](https://mainflux.semaphoreci.com/projects/mainflux) +[![Build Status](https://absmach.semaphoreci.com/badges/magistrala/branches/main.svg?style=shields&key=0ec33406-5653-4711-9495-2bc69127cd98)](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