github.com/benchkram/bob@v0.0.0-20240314204020-b7a57f2f9be9/test/e2e/task-decoration/with_decoration/second/bob.yaml (about) 1 nixpkgs: https://github.com/NixOS/nixpkgs/archive/eeefd01d4f630fcbab6588fe3e7fffe0690fbb20.tar.gz 2 3 build: 4 build: 5 cmd: |- 6 touch textfile_build 7 echo "Build!" > textfile_build 8 target: textfile_build 9 dependsOn: [ hello ] 10 hello: 11 cmd: |- 12 touch textfile_hello 13 echo "Hello!" > textfile_hello 14 target: textfile_hello 15 16 17 18