Always pull image
This commit is contained in:
parent
d0ebdc4161
commit
697f46b96e
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,7 @@ platform:
|
||||||
steps:
|
steps:
|
||||||
- name: build-package
|
- name: build-package
|
||||||
image: depau/drone-makepkg:aarch64
|
image: depau/drone-makepkg:aarch64
|
||||||
|
pull: true
|
||||||
settings:
|
settings:
|
||||||
#aur: aurpackage-git
|
#aur: aurpackage-git
|
||||||
#repo: https://gitlab.manjaro.org/manjaro-arm/packages/...git
|
#repo: https://gitlab.manjaro.org/manjaro-arm/packages/...git
|
||||||
|
@ -30,6 +31,7 @@ platform:
|
||||||
steps:
|
steps:
|
||||||
- name: build-package
|
- name: build-package
|
||||||
image: depau/drone-makepkg:x86_64
|
image: depau/drone-makepkg:x86_64
|
||||||
|
pull: true
|
||||||
settings:
|
settings:
|
||||||
#aur: aurpackage-git
|
#aur: aurpackage-git
|
||||||
#repo: https://gitlab.manjaro.org/manjaro-arm/packages/...git
|
#repo: https://gitlab.manjaro.org/manjaro-arm/packages/...git
|
||||||
|
|
Loading…
Reference in a new issue