Skip to content

Commit

Permalink
Remove push-core job (#10910)
Browse files Browse the repository at this point in the history
Co-authored-by: endline <endline>
  • Loading branch information
endline authored Jan 5, 2025
1 parent c1e721f commit e860568
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
3 changes: 0 additions & 3 deletions .circleci/src/jobs/@audiusd-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ deploy-audiusd-staging:
# release audiusd image
crane copy "audius/audiusd:${CIRCLE_SHA1}" "audius/audiusd:prerelease"
crane copy "audius/core:${CIRCLE_SHA1}" "audius/core:prerelease"
deploy-audiusd-foundation:
docker:
Expand All @@ -215,7 +214,6 @@ deploy-audiusd-foundation:
name: Release audiusd to foundation
command: |
crane copy "audius/audiusd:${CIRCLE_SHA1}" "audius/audiusd:edge"
crane copy "audius/core:${CIRCLE_SHA1}" "audius/core:edge"
deploy-audiusd-sps:
docker:
Expand All @@ -228,4 +226,3 @@ deploy-audiusd-sps:
name: Release audiusd to foundation
command: |
crane copy "audius/audiusd:${CIRCLE_SHA1}" "audius/audiusd:current"
crane copy "audius/core:${CIRCLE_SHA1}" "audius/core:current"
10 changes: 1 addition & 9 deletions .circleci/src/workflows/audiusd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,13 @@ jobs:
service: mediorum-unittests
- build-audiusd:
context: github
- push-docker-image:
name: push-core
context: [Vercel, dockerhub]
service: core
requires:
- test-core
filters:
branches:
only: main
- test-mediorum-unittests
- deploy-audiusd-staging:
context: [github, dockerhub]
requires:
- build-audiusd
- push-core
- test-mediorum-unittests
filters:
branches:
only:
Expand Down

0 comments on commit e860568

Please sign in to comment.