mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Naive attempt to fix test by adding an apt update
This commit is contained in:
parent
7ff1ce5432
commit
3fa96fc91b
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
||||||
YNH_SOURCE: "https://github.com/yunohost"
|
YNH_SOURCE: "https://github.com/yunohost"
|
||||||
before_script:
|
before_script:
|
||||||
- mkdir -p $YNH_BUILD_DIR
|
- mkdir -p $YNH_BUILD_DIR
|
||||||
|
- DEBIAN_FRONTEND=noninteractive apt update
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- $YNH_BUILD_DIR/*.deb
|
- $YNH_BUILD_DIR/*.deb
|
||||||
|
|
Loading…
Add table
Reference in a new issue