Skip to content

Commit

Permalink
Remove typeset -l for path vars
Browse files Browse the repository at this point in the history
  • Loading branch information
reijoh committed Nov 27, 2023
1 parent 5ec53f9 commit 7644af0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/terraform-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -749,8 +749,6 @@ jobs:
echo '<==============<==============<==============<==============<'
readarray -td '|' command_list <<< '${{ inputs.terraform_command }}'
readarray -td '|' arguments_list <<< '${{ inputs.terraform_arguments }}'
typeset -l tf_output_file
typeset -l tf_error_file
for i in "${!command_list[@]}"; do
command=$(echo "${command_list[i]}" | xargs)
passed_arguments=$(echo "${arguments_list[i]}")
Expand Down

0 comments on commit 7644af0

Please sign in to comment.