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
3
3
dist : focal
4
4
language : node_js
5
5
node_js :
6
- - ' 15 '
6
+ - " 15 "
7
7
cache :
8
8
directories :
9
9
- web-src/node_modules
@@ -31,6 +31,9 @@ before_install:
31
31
- sudo apt-get -y install python3-pip python3-setuptools apache2-utils python3-venv
32
32
- wget https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/116.0.5845.96/linux64/chromedriver-linux64.zip
33
33
- 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
34
37
install :
35
38
- pip3 install -r requirements.txt
36
39
- pip3 install pyasn1 --upgrade
You can’t perform that action at this time.
0 commit comments