Removed create-disk from .drone.yml since we no longer use it
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
461f1f9e8e
commit
586d516aee
11
.drone.yml
11
.drone.yml
|
@ -149,17 +149,6 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- make -C tools/upload
|
- make -C tools/upload
|
||||||
|
|
||||||
- name: tools/create-disk
|
|
||||||
image: archlinux:base-devel
|
|
||||||
pull: always
|
|
||||||
volumes:
|
|
||||||
- name: pkg
|
|
||||||
path: /var/cache/pacman/pkg
|
|
||||||
commands:
|
|
||||||
- pacman -Sy --noconfirm python3
|
|
||||||
- cd tools/create-disk
|
|
||||||
- ./create-disk.py
|
|
||||||
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: pkg
|
- name: pkg
|
||||||
|
|
Loading…
Reference in New Issue
Block a user