From be042f8a63f5d8ff9dd58a1bf6d635fd097fecb2 Mon Sep 17 00:00:00 2001 From: mpyfvsrf6 <1149225580@qq.com> Date: Wed, 6 Jan 2021 13:47:57 +0800 Subject: [PATCH] Add '.trustie-pipeline.yml' --- .trustie-pipeline.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .trustie-pipeline.yml 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