Compare commits
No commits in common. "c510baaa365398003dd73897e44b33cf3c3fd2d7" and "5909c4caa20819c8ab176f4628516344e7b6b67c" have entirely different histories.
c510baaa36
...
5909c4caa2
1 changed files with 7 additions and 2 deletions
|
|
@ -1,9 +1,14 @@
|
|||
---
|
||||
kind: pipeline
|
||||
kind: piepline
|
||||
type: docker
|
||||
name: exec docker test
|
||||
name: exec-docker-test
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
image: hello-world
|
||||
---
|
||||
steps:
|
||||
- name: test
|
||||
commands:
|
||||
- nix shell 'nixpkgs#hello' -c hello
|
||||
...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue