Skip to content

Commit

Permalink
Merge pull request #3147 from manics/curvenote-disable
Browse files Browse the repository at this point in the history
Disable CD for Curvenote
  • Loading branch information
manics authored Dec 17, 2024
2 parents 6240a4d + a7c8b84 commit e040e56
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 157 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,12 +226,6 @@ jobs:
helm_version: ""
experimental: false

- federation_member: curvenote
helm_version: ""
experimental: false
aws_deployment_role: arn:aws:iam::166088433508:role/binderhub-github-oidc-mybinderorgdeploy
aws_region: us-east-2

# These permissions are needed to interact with GitHub's OIDC Token endpoint.
permissions:
id-token: write
Expand Down Expand Up @@ -294,14 +288,6 @@ jobs:
with:
version: ${{ env.GCLOUD_SDK_VERION }}

- name: "Stage 1: Configure AWS credentials"
if: matrix.federation_member == 'curvenote'
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ matrix.aws_deployment_role }}
aws-region: ${{ matrix.aws_region }}
role-session-name: mybinder-github-cd

- name: "Stage 1: Install kubectl ${{ env.KUBECTL_VERSION }}"
uses: azure/setup-kubectl@v4
with:
Expand Down
143 changes: 0 additions & 143 deletions .github/workflows/terraform-deploy-aws-curvenote.yml

This file was deleted.

0 comments on commit e040e56

Please sign in to comment.