This commit is contained in:
+5
-1
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user