http clone
This commit is contained in:
parent
a47ea343ba
commit
0a8b96cdb3
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ mkdir -p "$PC_HOME" "$PC_CACHE" "$PC_DATA"
|
|||
echo "PC_TEST_ROOT: $PC_TEST_ROOT"
|
||||
echo "PC_HOME: $PC_HOME"
|
||||
cd $PC_TEST_ROOT
|
||||
git clone github.com:paperclipai/paperclip.git repo
|
||||
git clone https://github.com/paperclipai/paperclip.git repo
|
||||
cd repo
|
||||
pnpm install
|
||||
env HOME="$PC_HOME" npm_config_cache="$PC_CACHE" npm_config_userconfig="$PC_HOME/.npmrc" \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue