Skip to content

Commit

Permalink
Revert "ci: discord nofitication" (#2124)
Browse files Browse the repository at this point in the history
Revert "ci: discord nofitication (#2104)"

This reverts commit 2ce7924.
  • Loading branch information
teocomi authored Feb 8, 2023
1 parent af7e6d5 commit 3f5a9fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .circleci/scripts/config-generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def getNewDeployJob(jobName: str):
"extension": "zip" if isMac else "exe",
"requires": ["deploy-connectors", jobName],
"filters": getTagFilter([jobName]),
"context": ["do-spaces-speckle-releases", "discord"],
"context": "do-spaces-speckle-releases",
}
return {"deploy-connector-new": deployJob}

Expand Down
6 changes: 1 addition & 5 deletions .circleci/scripts/config-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 3f5a9fd

Please sign in to comment.