Move algo2 stuff into its own pipeline
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
This commit is contained in:
parent
e2db3a7748
commit
d868534516
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user