Merge branch 'fix_ci' into 'master'

ci: Clean up `..` before it's searched for artifacts

See merge request Librem5/squeekboard!305
This commit is contained in:
Dorota Czaplejewicz
2020-01-21 19:52:18 +00:00

View File

@ -45,6 +45,7 @@ build_deb:
paths:
- "*.deb"
script:
- rm -f ../*.deb
- apt-get -y build-dep .
- apt-get -y install devscripts
- debuild -i -us -uc -b
@ -59,6 +60,7 @@ build_deb:arm64:
paths:
- "*.deb"
script:
- rm -f ../*.deb
- apt-get -y build-dep .
- apt-get -y install devscripts
- debuild -i -us -uc -b