[ci] fix release tarball on travis CI failed
parent
706daca5fc
commit
2cbc46a908
|
@ -6,13 +6,15 @@ services:
|
|||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- python3-github
|
||||
- python3-pip
|
||||
- python3-setuptools
|
||||
|
||||
before_install:
|
||||
- curl -Ls -o docker-build https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/docker-build
|
||||
- chmod +x docker-build
|
||||
|
||||
install:
|
||||
- pip3 install PyGithub
|
||||
- ./docker-build --name ${DISTRO} --config .build.yml --install
|
||||
|
||||
script:
|
||||
|
|
Loading…
Reference in New Issue