From 850707bea5a4b27e5824dafb8a0fa7ebea573acf Mon Sep 17 00:00:00 2001
From: Jayesh Badwaik <j.badwaik@fz-juelich.de>
Date: Wed, 9 Oct 2024 20:49:18 +0200
Subject: [PATCH] + with error

---
 simple.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/simple.yml b/simple.yml
index 1430e4e..72e353b 100644
--- a/simple.yml
+++ b/simple.yml
@@ -15,4 +15,6 @@ outpath: /dev/null
 step:
   - name: execute
     do:
-      - echo "Hello, World!"
\ No newline at end of file
+      - echo "Hello, World!"
+      - echo "Hello, Error!" >&2
+      - /usr/bin/false
\ No newline at end of file
-- 
GitLab