Skip to content

Commit

Permalink
[Resolves #1377] Remove auto announcements to twitter (#1385)
Browse files Browse the repository at this point in the history
Twitter has been crap lately and the Automated announcements to twitter
have been a PITA to maintain so we are removing it.
  • Loading branch information
zaro0508 authored Nov 26, 2023
1 parent 0d05f7f commit 1ad3f30
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 30 deletions.
28 changes: 0 additions & 28 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
version: 2.1

orbs:
twitter-orb: jakousa/[email protected]

executors:
docker-publisher:
environment:
Expand Down Expand Up @@ -188,20 +185,6 @@ jobs:
docker push $IMAGE_NAME:latest
docker push $IMAGE_NAME:$IMAGE_TAG
tweet-release:
docker:
- image: jakousa/twurl:latest
resource_class: small
steps:
- twitter-orb/tweet:
access_secret: TOKEN_SECRET
access_token: ACCESS_TOKEN
consumer_key: API_KEY
consumer_secret: API_SECRET
contents: |
(echo $CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME) has released << pipeline.git.tag >>:
<< pipeline.project.git_url >>/releases/tag/<< pipeline.git.tag >>
workflows:
build-and-unit-test:
jobs:
Expand Down Expand Up @@ -308,14 +291,3 @@ workflows:
only: /^v([0-9]+)\.([0-9]+)\.([0-9]+)(?:([0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+[0-9A-Za-z-]+)?$/
branches:
ignore: /.*/
- tweet-release:
context: sceptreorg-twitter
requires:
- deploy-pypi-prod
- deploy-docs-tag
- deploy-dockerhub-tagged
filters:
tags:
only: /^v([0-9]+)\.([0-9]+)\.([0-9]+)(?:([0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+[0-9A-Za-z-]+)?$/
branches:
ignore: /.*/
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,6 @@ Sceptre community discussions happen in the #sceptre chanel in the
on <http://slackhatesthe.cloud/> to create an account and join the
#sceptre channel.

Follow the [SceptreOrg Twitter account](https://twitter.com/SceptreOrg) to get announcements on the latest releases.

## Contributing

See our [Contributing Guide](CONTRIBUTING.md)
Expand Down

0 comments on commit 1ad3f30

Please sign in to comment.