mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-03-10 18:06:21 +08:00
feat: add bin and internal dirs to .gitignore for Go server build output (#13391)
### What problem does this PR solve? add bin and internal dirs to .gitignore for Go server build output
This commit is contained in:
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -276,7 +276,7 @@ jobs:
|
||||
local tmp_log
|
||||
tmp_log="$(mktemp)"
|
||||
set +e
|
||||
timeout 300s "$@" 2>&1 | tee "${tmp_log}"
|
||||
timeout 500s "$@" 2>&1 | tee "${tmp_log}"
|
||||
local status=${PIPESTATUS[0]}
|
||||
set -e
|
||||
cat "${tmp_log}" >> "${logfile}"
|
||||
@ -462,7 +462,7 @@ jobs:
|
||||
local tmp_log
|
||||
tmp_log="$(mktemp)"
|
||||
set +e
|
||||
timeout 300s "$@" 2>&1 | tee "${tmp_log}"
|
||||
timeout 500s "$@" 2>&1 | tee "${tmp_log}"
|
||||
local status=${PIPESTATUS[0]}
|
||||
set -e
|
||||
cat "${tmp_log}" >> "${logfile}"
|
||||
|
||||
Reference in New Issue
Block a user