Skip to content

Commit

Permalink
chore: stop building legacy autopush (#575)
Browse files Browse the repository at this point in the history
as its pending removal

Issue: SYNC-4036

I don't want to finish the rest of SYNC-4036 at this moment but this
first step will save build time (mostly for local builds)

---------

Co-authored-by: JR Conlin <[email protected]>
  • Loading branch information
pjenvey and jrconlin committed Jan 29, 2024
1 parent 1226f83 commit 807786c
Show file tree
Hide file tree
Showing 3 changed files with 167 additions and 1,181 deletions.
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:
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

0 comments on commit 807786c

Please sign in to comment.