master
blallo 2021-02-21 10:43:35 +01:00
parent 128f7e806b
commit c9d8f9483f
Signed by: blallo
GPG Key ID: 0CBE577C9B72DC3F
1 changed files with 5 additions and 1 deletions

View File

@ -15,6 +15,10 @@ steps:
pull: if-not-exists
image: leophys/pikaur:0.1
commands:
- find / -name alpm
- echo "LIB =>\n$(ls /var/lib/pacman)"
- echo "CACHE =>\n$(ls /var/cache/pacman)"
- echo "ALPM =>\n$(ls /usr/lib/*alpm*)"
- /usr/bin/pikaur -Sy --noconfirm electron-ozone
volumes:
- name: build_electron-ozone
@ -188,6 +192,6 @@ depends_on:
---
kind: signature
hmac: d42017a170082b9789bb841776e2fba7ba6ec9aa270f9e764c0a91d7432f04e7
hmac: c6150e93cc9288b9aef73ec9e07562937f279618b3fd1677d2bd263e3629d612
...