Skip to content

Commit

Permalink
Removing one echo command from the strategy pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ewastempel committed Apr 4, 2023
1 parent 5b9ced2 commit 4c0278f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/reusable_terraform_strategy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
fi
echo ']}' >> matrix.out
matrix=$(cat matrix.out | jq -r)
echo $matrix
echo 'matrix<<EOF' >> $GITHUB_OUTPUT
echo "${matrix}" >> $GITHUB_OUTPUT
echo 'EOF' >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 4c0278f

Please sign in to comment.