Removed create-disk from .drone.yml since we no longer use it
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Dreaded_X 2021-06-15 22:24:13 +02:00
parent 461f1f9e8e
commit 586d516aee

View File

@ -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