mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-27 17:25:08 +00:00
chore: ignore shellcheck pre-commit
This commit is contained in:
parent
f524a0169a
commit
e3cbf580b0
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
||||||
# Developer Note: Run this script in the /workspace/development directory
|
# Developer Note: Run this script in the /workspace/development directory
|
||||||
|
|
||||||
export NVM_DIR=~/.nvm
|
export NVM_DIR=~/.nvm
|
||||||
|
# shellcheck disable=SC1091
|
||||||
source $NVM_DIR/nvm.sh
|
source $NVM_DIR/nvm.sh
|
||||||
|
|
||||||
sudo apt -qq update && sudo apt -qq install jq -y
|
sudo apt -qq update && sudo apt -qq install jq -y
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue