Compare commits

...

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

View file

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