-
Notifications
You must be signed in to change notification settings - Fork 176
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "ci: discord nofitication" (#2124)
- Loading branch information
Showing
2 changed files
with
2 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,6 @@ orbs: | |
aws-s3: circleci/[email protected] | ||
codecov: codecov/[email protected] | ||
wait-for: cobli/[email protected] | ||
discord: antonioned/[email protected] | ||
|
||
commands: | ||
packandpublish: | ||
|
@@ -499,10 +498,7 @@ jobs: # Each project will have individual jobs for each specific task it has to | |
- run: | ||
name: Proceed to deploy | ||
command: echo "This step is just here to wait for all build jobs before proceeding to deploy each of them individually. If a job fails, no connector will be deployed." | ||
- discord/status: | ||
mentions: "1067457311980933140" | ||
success_message: ":tada: a new version of Speckle-Sharp connectors was build successfully!" | ||
failure_message: ":red_circle: oh no! Speckle-Sharp connectors build has failed!" | ||
|
||
# The main workflows for our monorepo pipeline. | ||
# There should be at least one workflow per project in the monorepo. Each workflow should be run only when a boolean parameter is passed that corresponds to the pattern 'run_{PROJECT_NAME}'. | ||
# These parameters are set by the 'selective-ci' job. | ||
|