Naive attempt to fix test by adding an apt update

This commit is contained in:
Alexandre Aubin 2021-05-28 01:32:33 +02:00
parent 7ff1ce5432
commit 3fa96fc91b

View file

@ -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