Skip to content

Commit b1ee811

Browse files
committed
fixup
1 parent b4ff5ef commit b1ee811

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

script.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ docker_files=$(git ls-files --exclude='*Dockerfile*' --ignored --cached)
3535
for docker_file in "${docker_files[@]}" ; do
3636
export DOCKER_FILE_PATH=${docker_file}
3737
check_result=$(docker build -f ${docker_file} --call=check,format=json . || true)
38-
echo check_result | jq -f to-rdjson.jq \
39-
| reviewdog -f=rdjson -name="docker-build-check" \
40-
-reporter="${INPUT_REPORTER}" \
41-
-filter-mode="${INPUT_FILTER_MODE}" \
42-
-fail-on-error="${INPUT_FAIL_ON_ERROR}" \
43-
-level="${INPUT_LEVEL}" \
44-
${INPUT_REVIEWDOG_FLAGS}
38+
echo check_result | jq -f to-rdjson.jq
39+
# | reviewdog -f=rdjson -name="docker-build-check" \
40+
# -reporter="${INPUT_REPORTER}" \
41+
# -filter-mode="${INPUT_FILTER_MODE}" \
42+
# -fail-on-error="${INPUT_FAIL_ON_ERROR}" \
43+
# -level="${INPUT_LEVEL}" \
44+
# ${INPUT_REVIEWDOG_FLAGS}
4545
done

0 commit comments

Comments
 (0)