Skip to content

Commit

Permalink
update slack integration [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
nrkruk committed Feb 14, 2020
1 parent d8e871e commit 5b0e94f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,10 @@ jobs:
git config user.name "Nicolas Kruk"
yarn bump-versions << pipeline.parameters.version >>
yarn publish-lsp
- run: echo "${CIRCLE_TAG} ${CIRCLE_PULL_REQUEST} ${CIRCLE_BRANCH} ${CIRCLE_REPOSITORY_URL}"
- slack/notify:
channel: "lightning-tools-team"
color: "#42e2f4"
mentions: "@nkruk"
message: "Test NPM Deploy Message ${CIRCLE_TAG} ${CIRCLE_PULL_REQUEST} ${CIRCLE_BRANCH} ${CIRCLE_REPOSITORY_URL}"
message: "Lightning Language Servers have been published to NPM"

workflows:
version: 2.1
Expand Down

0 comments on commit 5b0e94f

Please sign in to comment.