Compare commits
No commits in common. "5909c4caa20819c8ab176f4628516344e7b6b67c" and "c510baaa365398003dd73897e44b33cf3c3fd2d7" have entirely different histories.
5909c4caa2
...
c510baaa36
1 changed files with 2 additions and 7 deletions
|
|
@ -1,14 +1,9 @@
|
|||
---
|
||||
kind: piepline
|
||||
kind: pipeline
|
||||
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