From 75255f948b5debf77e401a8764d70111d6616778 Mon Sep 17 00:00:00 2001 From: LionsCtl Bot Date: Sat, 30 Aug 2025 02:38:18 +0000 Subject: [PATCH] Add test application for pipeline --- .lionsctl.yaml | 3 +++ app.txt | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 .lionsctl.yaml create mode 100644 app.txt diff --git a/.lionsctl.yaml b/.lionsctl.yaml new file mode 100644 index 0000000..1e56a09 --- /dev/null +++ b/.lionsctl.yaml @@ -0,0 +1,3 @@ +name: test-lionsctl +type: generic +environment: dev diff --git a/app.txt b/app.txt new file mode 100644 index 0000000..a1d0da6 --- /dev/null +++ b/app.txt @@ -0,0 +1,3 @@ +# Simple Test Application +This is a test application for lionsctl pipeline +version: 1.0