Skip to content

Commit e040e56

Browse files
authored
Merge pull request #3147 from manics/curvenote-disable
Disable CD for Curvenote
2 parents 6240a4d + a7c8b84 commit e040e56

File tree

2 files changed

+0
-157
lines changed

2 files changed

+0
-157
lines changed

.github/workflows/cd.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -226,12 +226,6 @@ jobs:
226226
helm_version: ""
227227
experimental: false
228228

229-
- federation_member: curvenote
230-
helm_version: ""
231-
experimental: false
232-
aws_deployment_role: arn:aws:iam::166088433508:role/binderhub-github-oidc-mybinderorgdeploy
233-
aws_region: us-east-2
234-
235229
# These permissions are needed to interact with GitHub's OIDC Token endpoint.
236230
permissions:
237231
id-token: write
@@ -294,14 +288,6 @@ jobs:
294288
with:
295289
version: ${{ env.GCLOUD_SDK_VERION }}
296290

297-
- name: "Stage 1: Configure AWS credentials"
298-
if: matrix.federation_member == 'curvenote'
299-
uses: aws-actions/configure-aws-credentials@v4
300-
with:
301-
role-to-assume: ${{ matrix.aws_deployment_role }}
302-
aws-region: ${{ matrix.aws_region }}
303-
role-session-name: mybinder-github-cd
304-
305291
- name: "Stage 1: Install kubectl ${{ env.KUBECTL_VERSION }}"
306292
uses: azure/setup-kubectl@v4
307293
with:

.github/workflows/terraform-deploy-aws-curvenote.yml

Lines changed: 0 additions & 143 deletions
This file was deleted.

0 commit comments

Comments
 (0)