Skip to content

Commit 9539b4a

Browse files
committed
fix: rm echo in tofu output cmd
1 parent 666a9f4 commit 9539b4a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ jobs:
5555
label-pr: false
5656
- name: Get TF Outputs
5757
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
58+
echo "S3_BACKUP_ROLE=$(tofu -chdir=terraform output -var-file=vars/production.tfvars s3_backup_role)" >> $GITHUB_ENV
59+
echo "CLUSTER_NAME=$(tofu -chdir=terraform output -var-file=vars/production.tfvars cluster_name)" >> $GITHUB_ENV
6060
- name: Pull kubeconfig
6161
run: |
6262
aws eks update-kubeconfig --name ${{ env.CLUSTER_NAME }}

0 commit comments

Comments
 (0)