diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml new file mode 100644 index 0000000..e864473 --- /dev/null +++ b/.trustie-pipeline.yml @@ -0,0 +1,11 @@ +kind: pipeline +type: docker +name: default +platform: + os: linux + arch: amd64 +steps: +- name: greeting + image: primetoninc/jdk + commands: + - echo 'hello world!11217211' > /home/hello.txt \ No newline at end of file