scripts
This commit is contained in:
parent
6a8b3e921b
commit
8f8cc5ad91
2 changed files with 2 additions and 2 deletions
2
scripts/clean-onboard-git.sh
Normal file → Executable file
2
scripts/clean-onboard-git.sh
Normal file → Executable file
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/bin/bash -ex
|
||||
export PC_TEST_ROOT="$(mktemp -d /tmp/paperclip-clean.XXXXXX)"
|
||||
export PC_HOME="$PC_TEST_ROOT/home"
|
||||
export PC_CACHE="$PC_TEST_ROOT/npm-cache"
|
||||
|
|
|
|||
2
scripts/clean-onboard-npm.sh
Normal file → Executable file
2
scripts/clean-onboard-npm.sh
Normal file → Executable file
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/bin/bash -ex
|
||||
export PC_TEST_ROOT="$(mktemp -d /tmp/paperclip-clean.XXXXXX)"
|
||||
export PC_HOME="$PC_TEST_ROOT/home"
|
||||
export PC_CACHE="$PC_TEST_ROOT/npm-cache"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue