File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 - NODE_OPTIONS=--openssl-legacy-provider
3131before_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
4142install :
You can’t perform that action at this time.
0 commit comments