Skip to content

Commit

Permalink
recompiled binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
fchastanet committed Dec 4, 2023
1 parent 2ca3ee2 commit dbb4c69
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Run pre-commit
if: matrix.runPrecommitTests
run: pre-commit run -a --hook-stage manual

- name: Archive results
if: matrix.runPrecommitTests && always()
continue-on-error: true
Expand Down
4 changes: 2 additions & 2 deletions bin/dbQueryAllDatabases

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions bin/dbScriptAllDatabases

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions bin/doc
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ Array::wrap() {
# @env GROUP_ID
# @env FRAMEWORK_ROOT_DIR
# @env DOCKER_OPTION_IMAGE_TAG
# @env RUN_CONTAINER_ARGV_FILTERED
# @env BASH_FRAMEWORK_ARGV_FILTERED
Docker::runBuildContainer() {
local optionVendor="$1"
local optionBashVersion="$2"
Expand Down Expand Up @@ -293,7 +293,7 @@ Docker::runBuildContainer() {

Log::displayDebug "Run container with localDockerRunCmd: ${localDockerRunCmd[*]}"
Log::displayDebug "Run container with localDockerRunArgs: ${localDockerRunArgs[*]}"
Log::displayDebug "Run container with RUN_CONTAINER_ARGV_FILTERED: ${RUN_CONTAINER_ARGV_FILTERED[*]}"
Log::displayDebug "Run container with BASH_FRAMEWORK_ARGV_FILTERED: ${BASH_FRAMEWORK_ARGV_FILTERED[*]}"
(
# shellcheck disable=SC2154
if [[ "${optionTraceVerbose}" = "1" ]]; then
Expand All @@ -304,7 +304,6 @@ Docker::runBuildContainer() {
--rm \
"${localDockerRunArgs[@]}" \
${DOCKER_RUN_OPTIONS} \
"${RUN_CONTAINER_ARGV_FILTERED[@]}" \
-w /bash \
-v "$(pwd):/bash" \
--user "${USER_ID:-$(id -u)}:${GROUP_ID:-$(id -g)}" \
Expand Down

0 comments on commit dbb4c69

Please sign in to comment.