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

Commit

Permalink
NOISSUE - Fix branch name in Semaphore (#26)
Browse files Browse the repository at this point in the history
* Fix branch name in Semaphore

Signed-off-by: dborovcanin <[email protected]>

* Update README badge

Signed-off-by: dborovcanin <[email protected]>

* Update golangci lint version

Signed-off-by: dborovcanin <[email protected]>

---------

Signed-off-by: dborovcanin <[email protected]>
Co-authored-by: dborovcanin <[email protected]>
  • Loading branch information
dborovcanin and dborovcanin authored Nov 13, 2023
1 parent ee2b241 commit 974b143
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ agent:
os_image: ubuntu2004
auto_cancel:
running:
when: branch != 'master'
when: branch != 'main'
global_job_config:
prologue:
commands:
Expand All @@ -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
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 974b143

Please sign in to comment.