Skip to content
Snippets Groups Projects
Commit 5aedacd1 authored by Nigel Kukard's avatar Nigel Kukard
Browse files

chore: make shellcheck happy

parent a0b85cb1
Branches
No related tags found
7 merge requests!32Updated to Alpine 3.18,!28Nkupdates edge,!27Nkupdates edge,!26Nkupdates edge,!25Nkupdates edge,!24Nkupdates edge,!23Nkupdates edge
......@@ -32,7 +32,7 @@ if [ -z "$CI_PROJECT_DIR" ]; then
export CI_PROJECT_DIR=/build
fi
# shellcheck disable=SC2164
cd "$CI_PROJECT_DIR"
cd "$CI_PROJECT_DIR" || false
# Check if we have a commitlint configuration
commitlint_config=
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment