File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ sudo: required
33dist : focal
44language : node_js
55node_js :
6- - ' 15 '
6+ - " 15 "
77cache :
88 directories :
99 - web-src/node_modules
@@ -31,6 +31,9 @@ before_install:
3131 - sudo apt-get -y install python3-pip python3-setuptools apache2-utils python3-venv
3232 - wget https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/116.0.5845.96/linux64/chromedriver-linux64.zip
3333 - unzip chromedriver-linux64.zip -d $HOME/.local/bin
34+ - mkdir -vp ~/.docker/cli-plugins/
35+ - curl --silent -L "https://github.com/docker/buildx/releases/download/v0.11.2/buildx-v0.11.2.linux-amd64" > ~/.docker/cli-plugins/docker-buildx
36+ - chmod a+x ~/.docker/cli-plugins/docker-buildx
3437install :
3538 - pip3 install -r requirements.txt
3639 - pip3 install pyasn1 --upgrade
You can’t perform that action at this time.
0 commit comments