Skip to content

Commit

Permalink
silly, silly
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-dull committed Oct 4, 2024
1 parent a67837f commit febc9f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
run: |
cd .github/build_tests
TF_CONTENT=$(echo '${{ env.TFSTATE }}' | jq -r '.resources[].instances[].attributes.content | select(. != null)')
FILE_CONTENT=$(cat test.txt.txt)
FILE_CONTENT=$(cat test.txt)
if [[ ${TF_CONTENT} != ${FILE_CONTENT} ]]; then
echo ${TF_CONTENT} != ${FILE_CONTENT} >&2
exit 1
Expand Down

0 comments on commit febc9f3

Please sign in to comment.