Skip to content

Commit 1b42c00

Browse files
fix CI
1 parent 265f0bd commit 1b42c00

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

langchain-js/config.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
REPO_NAME=langchainjs
2-
CLONE_URL="https://github.com/langchain-ai/langchainjs.git"
2+
REPO_ORG=langchain-ai
33
DATABASE=langchain_test_db

langchain-js/run.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/bin/bash
2-
32
set -o errexit
43

54
setup_remote_atlas() {
@@ -12,14 +11,12 @@ setup_remote_atlas() {
1211
source $ROOT_DIR/env.sh
1312
fi
1413

15-
bash ../../.evergreen/fetch-secrets.sh
14+
bash "$ROOT_DIR/.evergreen/fetch-secrets.sh"
1615
source secrets-export.sh
1716

1817
if [[ -n "$MONGODB_URI" ]]; then
1918
export MONGODB_ATLAS_URI=$MONGODB_URI
2019
fi
21-
22-
echo "MONGODB_ATLAS_URI: $MONGODB_ATLAS_URI"
2320
}
2421

2522
setup_node_and_yarn() {

0 commit comments

Comments
 (0)