Skip to content

Commit

Permalink
Adjust github plugin paths in README and CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandro Heinzelmann committed Jun 26, 2020
1 parent 679e903 commit 4db6cb5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
destination: email-jars

- store_artifacts:
path: gong-notifier-github-pr-status/build/libs
destination: github-pr-status-jars
path: gong-notifier-github-status/build/libs
destination: github-status-jars

- run: ./gradlew check

Expand All @@ -63,7 +63,7 @@ jobs:
root: .
paths:
- gong-notifier-email/build/libs/*.jar
- gong-notifier-github-pr-status/build/libs/*.jar
- gong-notifier-github-status/build/libs/*.jar
- build/version.txt

release:
Expand All @@ -83,4 +83,4 @@ jobs:
go get github.com/tcnksm/ghr
VERSION=$(cat ./flat/version.txt)
rm -f ./flat/version.txt
ghr -t ${GITHUB_RELEASE_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -b "Version ${VERSION}" ${VERSION} ./flat/
ghr -t ${GITHUB_RELEASE_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -b "Version ${VERSION}" ${VERSION} ./flat/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ managed by an admin, this plugin allows setting notification rules in the pipeli
The following plugins exist:

- [gong-notifier-email](gong-notifier-email): Sends E-Mail notifications
- [gong-notifier-github-pr-status](gong-notifier-github-pr-status): Updates pull-request status on GitHub
- [gong-notifier-github-status](gong-notifier-github-status): Updates commit status on GitHub

For detailed user guides, please see the respective plugin readmes.

Expand Down

0 comments on commit 4db6cb5

Please sign in to comment.