mirror of
https://github.com/YunoHost-Apps/diaspora_ynh.git
synced 2024-09-03 18:26:13 +02:00
Remove sudo in .gitlab-ci.yml
This commit is contained in:
parent
2594d864d3
commit
5e731a054e
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
test:
|
test:
|
||||||
script:
|
script:
|
||||||
- sudo apt-get update
|
- apt-get update
|
||||||
- sudo apt-get python pip
|
- apt-get python pip
|
||||||
- git clone https://github.com/YunoHost/package_linter
|
- git clone https://github.com/YunoHost/package_linter
|
||||||
- python package_linter/package_linter.py .
|
- python package_linter/package_linter.py .
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue