Skip to content

Commit

Permalink
fix(shellcheck): move backend_versions and source it correctly
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Gehrsitz <[email protected]>
  • Loading branch information
mryel00 committed Dec 1, 2023
1 parent c259194 commit 17165ae
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,4 @@ jobs:
SHELLCHECK_OPTS: -ax -s bash
with:
ignore_paths: custompios
ignore_names: backend_versions.sh
format: tty
2 changes: 1 addition & 1 deletion bin/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ set -Ee
# Base Path
BASE_CN_BIN_PATH="$(dirname "$(readlink -f "${0}")")"

. "${BASE_CN_BIN_PATH}/../backend_versions.sh"
. "${BASE_BIN_PATH%%/bin/}/resources/backend_versions.txt"

# Clone Flags
CLONE_FLAGS=(--single-branch)
Expand Down
File renamed without changes.

0 comments on commit 17165ae

Please sign in to comment.