Compare commits

...

No commits in common. "5909c4caa20819c8ab176f4628516344e7b6b67c" and "c510baaa365398003dd73897e44b33cf3c3fd2d7" have entirely different histories.

View file

@ -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
...