Skip to content

Commit

Permalink
Merge pull request #2273 from adomasven/fix-ci-chromedriver-detection
Browse files Browse the repository at this point in the history
Fix chromedriver detection in CI
  • Loading branch information
dstillman committed Oct 21, 2020
2 parents c390bf7 + e4b18a4 commit dd9b955
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .ci/pull-request-check/check-pull-request.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ get_translators_to_check() {
fi
}

npm install chromedriver --detect_chromedriver_version

# Build connector
mkdir -p connectors
cd connectors
Expand All @@ -48,8 +46,9 @@ else
git submodule update --init --depth 1
git -C src/zotero submodule update --init --depth 1 -- resource/schema/global
git -C src/zotero submodule update --init --depth 1 -- resource/SingleFileZ
npm ci
npm ci
fi
npm install chromedriver --detect_chromedriver_version

export ZOTERO_REPOSITORY_URL="http://localhost:8085/"
./build.sh -p b -d
Expand Down

0 comments on commit dd9b955

Please sign in to comment.