Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
Signed-off-by: Leandro Mendes <[email protected]>
  • Loading branch information
theflockers committed Dec 20, 2024
1 parent f617c9b commit 3d8a94c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ spec:
fi
# shellcheck disable=SC2046
genericResult=$(jq -r '. |[.fbc_opt_in, .publish_index_image,.sign_index_image] |@csv' <<< $(params.genericResult))
if [ "$genericResult" != '"true","false","false"' ]; then
genericResult=$(jq -r '. |[.fbc_opt_in, .overwrite_fromindex_image, .publish_index_image,.sign_index_image] |@csv' <<< $(params.genericResult))

Check failure on line 77 in internal/tasks/update-fbc-catalog-task/tests/test-update-fbc-catalog-staged-index.yaml

View workflow job for this annotation

GitHub Actions / yamllint

line too long
if [ "$genericResult" != '"true","false","false","false"' ]; then
echo "The stask did not save the correct values in genericResult result"
exit 1
fi
Expand Down

0 comments on commit 3d8a94c

Please sign in to comment.