Skip to content

Commit 7da3aa7

Browse files
committed
fixed wrong chromedriver location
1 parent 609b8c5 commit 7da3aa7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,13 @@ env:
3030
- NODE_OPTIONS=--openssl-legacy-provider
3131
before_install:
3232
- sudo apt-get -y install python3-pip python3-setuptools apache2-utils python3-venv jq
33+
- mkdir -p $HOME/.local/bin
3334
- CHROMEDRIVER_VERSION=$(curl -s https://googlechromelabs.github.io/chrome-for-testing/last-known-good-versions-with-downloads.json | jq -r '.channels.Stable.version')
3435
- wget https://storage.googleapis.com/chrome-for-testing-public/${CHROMEDRIVER_VERSION}/linux64/chromedriver-linux64.zip
3536
- unzip chromedriver-linux64.zip
3637
- mv chromedriver-linux64/chromedriver $HOME/.local/bin/chromedriver
3738
- chmod +x $HOME/.local/bin/chromedriver
38-
- mkdir -vp ~/.docker/cli-plugins/
39+
- mkdir -p ~/.docker/cli-plugins/
3940
- curl --silent -L "https://github.com/docker/buildx/releases/download/v0.30.1/buildx-v0.30.1.linux-amd64" > ~/.docker/cli-plugins/docker-buildx
4041
- chmod a+x ~/.docker/cli-plugins/docker-buildx
4142
install:

0 commit comments

Comments
 (0)