Always pull image

master
Davide Depau 3 years ago
parent d0ebdc4161
commit 697f46b96e
Signed by: depau
GPG Key ID: C7D999B6A55EFE86

@ -10,6 +10,7 @@ platform:
steps:
- name: build-package
image: depau/drone-makepkg:aarch64
pull: true
settings:
#aur: aurpackage-git
#repo: https://gitlab.manjaro.org/manjaro-arm/packages/...git
@ -30,6 +31,7 @@ platform:
steps:
- name: build-package
image: depau/drone-makepkg:x86_64
pull: true
settings:
#aur: aurpackage-git
#repo: https://gitlab.manjaro.org/manjaro-arm/packages/...git

Loading…
Cancel
Save