We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 666a9f4 commit 9539b4aCopy full SHA for 9539b4a
1 file changed
.github/workflows/ci.yaml
@@ -55,8 +55,8 @@ jobs:
55
label-pr: false
56
- name: Get TF Outputs
57
run: |
58
- echo "S3_BACKUP_ROLE=$(echo tofu -chdir=terraform output -var-file=vars/production.tfvars s3_backup_role)" >> $GITHUB_ENV
59
- echo "CLUSTER_NAME=$(echo tofu -chdir=terraform output -var-file=vars/production.tfvars cluster_name)" >> $GITHUB_ENV
+ echo "S3_BACKUP_ROLE=$(tofu -chdir=terraform output -var-file=vars/production.tfvars s3_backup_role)" >> $GITHUB_ENV
+ echo "CLUSTER_NAME=$(tofu -chdir=terraform output -var-file=vars/production.tfvars cluster_name)" >> $GITHUB_ENV
60
- name: Pull kubeconfig
61
62
aws eks update-kubeconfig --name ${{ env.CLUSTER_NAME }}
0 commit comments