Skip to content

Commit

Permalink
Merge pull request #39 from NASA-IMPACT/abarciauskas-bgse-patch-1
Browse files Browse the repository at this point in the history
Update job-runner.yaml
  • Loading branch information
abarciauskas-bgse authored Mar 5, 2024
2 parents 6c5d602 + bec22de commit 27e528a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/job-runner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
- name: update kubeconfig with cluster
run: |
aws eks update-kubeconfig --name $EKS_CLUSTER_NAME --region ${{ secrets.GH_ACTIONS_AWS_REGION }}
aws eks update-kubeconfig --name ${{ vars.EKS_CLUSTER_NAME }} --region ${{ secrets.GH_ACTIONS_AWS_REGION }}
- name: execute recipe on k8s cluster
id: executejob
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
FEEDSTOCK_SUBDIR: ${{ github.event.inputs.feedstock_subdir }}
PRUNE_OPTION: ${{ github.event.inputs.prune }}
PARALLELISM_OPTION: ${{ github.event.inputs.parallelism }}
OUTPUT_BUCKET: $OUTPUT_BUCKET
OUTPUT_BUCKET: ${{ vars.OUTPUT_BUCKET }}
AUTH_MODE: ${{ github.event.inputs.auth_mode }}
RESOURCE_PROFILE: ${{ github.event.inputs.resource_profile }}

Expand Down Expand Up @@ -206,7 +206,7 @@ jobs:
- name: update kubeconfig with cluster
run: |
aws eks update-kubeconfig --name $EKS_CLUSTER_NAME --region ${{ secrets.GH_ACTIONS_AWS_REGION }}
aws eks update-kubeconfig --name ${{ vars.EKS_CLUSTER_NAME }} --region ${{ secrets.GH_ACTIONS_AWS_REGION }}
# - name: Setup upterm session
# uses: lhotari/action-upterm@v1
Expand Down

0 comments on commit 27e528a

Please sign in to comment.