We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f9499f commit 392a749Copy full SHA for 392a749
script.sh
@@ -51,7 +51,7 @@ docker_files=$(git ls-files --exclude='*Dockerfile*' --ignored --cached)
51
52
for docker_file in "${docker_files[@]}" ; do
53
export DOCKER_FILE_PATH=${docker_file}
54
- sleep 1
+ sleep 5
55
check_result=$(docker build -f "${docker_file}" --call=check,format=json . || true)
56
echo "::group:: result of build --check"
57
echo "$check_result"
0 commit comments