Skip to content

Commit

Permalink
Merge pull request #40 from sineverba/refactor-semaphore
Browse files Browse the repository at this point in the history
Refactor Semaphore
  • Loading branch information
sineverba committed Jul 28, 2023
2 parents f256502 + 37c6823 commit 279aa7a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ blocks:
docker run
--rm
-e SONAR_HOST_URL="https://sonarcloud.io"
-e SONAR_LOGIN=$SONAR_TOKEN
-v "/home/semaphore/npm-pkg-year-interval:/usr/src"
-e SONAR_TOKEN=$SONAR_TOKEN
-v $PWD:/usr/src
sonarsource/sonar-scanner-cli:$SONARSCANNER_VERSION
promotions:
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# 2.1.0
# Next version
+ Refactor Semaphore

## 2.1.0
+ Upgrade dependencies

## 2.0.0
Expand Down

0 comments on commit 279aa7a

Please sign in to comment.