Skip to content

Commit 7c74c0b

Browse files
build: skip simple-git-hooks in Docker build
1 parent c641993 commit 7c74c0b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

container/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ ARG GITHUB_TOKEN WIKI_FILE ASSET_VERSION
99
RUN <<EOF
1010
set -e
1111
export GITHUB_TOKEN="${GITHUB_TOKEN}"
12+
export SKIP_INSTALL_SIMPLE_GIT_HOOKS=1
1213
npm clean-install
1314
node --run all
1415

0 commit comments

Comments
 (0)