Move algo2 stuff into its own pipeline
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Paul Brinkmeier 2022-09-15 01:58:41 +02:00
parent e2db3a7748
commit d868534516

View File

@ -2,7 +2,6 @@
kind: pipeline kind: pipeline
type: docker type: docker
name: default name: default
steps: steps:
- name: hello world - name: hello world
image: alpine:3.16.2 image: alpine:3.16.2
@ -13,6 +12,11 @@ steps:
image: python:3.11-rc-alpine image: python:3.11-rc-alpine
commands: commands:
- python3 -c "print(6 * 7)" - python3 -c "print(6 * 7)"
---
kind: pipeline
type: docker
name: algo2
steps:
- name: pairingheap - name: pairingheap
image: gcc:12.2.0 image: gcc:12.2.0
commands: commands: