Removed build steps that aren't needed
continuous-integration/drone/push Build is passing Details

Xander Sigler 3 years ago
parent 746c141a66
commit 423a3945cb

@ -6,11 +6,8 @@ steps:
- name: init - name: init
image: busybox image: busybox
commands: commands:
- echo 'Starting build pipeline for Aincrad' - echo 'Starting build pipeline for RadarrSharp'
- name: finish - name: finish
image: busybox image: busybox
commands: commands:
- echo 'Finished deployment for Aincrad' - echo 'Finished deployment for RadarrSharp'
depends_on:
- build-aincrad-web
- build-aincrad-scheduler
Loading…
Cancel
Save