Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: stop building legacy autopush #575

Merged
merged 4 commits into from
Jan 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 2 additions & 23 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# These environment variables must be set in CircleCI UI
#
# DOCKERHUB_REPO - docker hub repo, format: <username>/<repo>
# DOCKERHUB_ENDPOINT_REPO - same as DOCKERHUB_REPO, but for autoendpoint
# DOCKERHUB_CONNECT_REPO - autoconnect docker hub repo, format: <username>/<repo>
# DOCKERHUB_ENDPOINT_REPO - autoendpoint docker hub repo, format: <username>/<repo>
# DOCKER_EMAIL - login info for docker hub
# DOCKER_USER
# DOCKER_PASS
Expand Down Expand Up @@ -326,14 +326,6 @@ workflows:
filters:
tags:
only: /.*/
- build:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe you'd yell at me that these should be deleted, not commented.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Didn't bother since we're probably killing the rest of this shortly but fair enough

name: build-autopush
image: autopush:build
crate: autopush
binary: autopush_rs
filters:
tags:
only: /.*/

- build:
name: build-autoconnect
Expand All @@ -359,19 +351,6 @@ workflows:
only: /.*/

# Comment out the following two sections for local CircleCI testing.
- deploy:
name: deploy-autopush
image: autopush:build
repo: ${DOCKERHUB_REPO}
requires:
- build-autopush
- test
filters:
tags:
only: /.*/
branches:
only: master

- deploy:
name: deploy-autoconnect
image: autoconnect:build
Expand Down
Loading