From d8685345167a158581481695768aa7e256cfc147 Mon Sep 17 00:00:00 2001 From: Paul Brinkmeier Date: Thu, 15 Sep 2022 01:58:41 +0200 Subject: [PATCH] Move algo2 stuff into its own pipeline --- .drone.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 8cfeaf6..64256df 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,7 +2,6 @@ kind: pipeline type: docker name: default - steps: - name: hello world image: alpine:3.16.2 @@ -13,6 +12,11 @@ steps: image: python:3.11-rc-alpine commands: - python3 -c "print(6 * 7)" +--- +kind: pipeline +type: docker +name: algo2 +steps: - name: pairingheap image: gcc:12.2.0 commands: