Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit 8f1ea2d

Browse files
remove: removed workflow context settings for release_beta jobs
1 parent 3f9cb7a commit 8f1ea2d

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.circleci/config.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -148,13 +148,10 @@ jobs:
148148
- git_checkout_from_cache
149149
- npm_install
150150
- build
151-
- compress
152-
- upload_artifact # uploading the built code to s3 to create a backup of key services separate from Kubernetes deployment
153-
- upload_checksum # uploading compressed artifact checksum to cross match artifact fingerprint before actual deployment
154-
#- docker:
155-
# target: "beta"
156-
#- k8s_deploy:
157-
# target: "beta"
151+
- docker:
152+
target: "beta"
153+
- k8s_deploy:
154+
target: "beta"
158155

159156
release_production:
160157
docker:
@@ -184,7 +181,6 @@ workflows:
184181
ignore: /.*/
185182
tags:
186183
only: /^beta.*/
187-
context: binary-frontend-deploy
188184
- release_production:
189185
filters:
190186
branches:

0 commit comments

Comments
 (0)