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: