File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,7 +32,9 @@ before_install:
3232 - sudo apt-get -y install python3-pip python3-setuptools apache2-utils python3-venv jq
3333 - CHROMEDRIVER_VERSION=$(curl -s https://googlechromelabs.github.io/chrome-for-testing/last-known-good-versions-with-downloads.json | jq -r '.channels.Stable.version')
3434 - wget https://storage.googleapis.com/chrome-for-testing-public/${CHROMEDRIVER_VERSION}/linux64/chromedriver-linux64.zip
35- - unzip chromedriver-linux64.zip -d $HOME/.local/bin
35+ - unzip chromedriver-linux64.zip
36+ - mv chromedriver-linux64/chromedriver $HOME/.local/bin/chromedriver
37+ - chmod +x $HOME/.local/bin/chromedriver
3638 - mkdir -vp ~/.docker/cli-plugins/
3739 - curl --silent -L "https://github.com/docker/buildx/releases/download/v0.30.1/buildx-v0.30.1.linux-amd64" > ~/.docker/cli-plugins/docker-buildx
3840 - chmod a+x ~/.docker/cli-plugins/docker-buildx
You can’t perform that action at this time.
0 commit comments