From ed472676131feed79cf69736dc1a934f0914cbab Mon Sep 17 00:00:00 2001 From: kjuulh Date: Tue, 9 Aug 2022 17:55:59 +0200 Subject: [PATCH] Added test script --- .gitignore | 1 + cuddle.yaml | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..75d1871 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.cuddle/ diff --git a/cuddle.yaml b/cuddle.yaml index a22d063..7deb0d9 100644 --- a/cuddle.yaml +++ b/cuddle.yaml @@ -1,3 +1,7 @@ # yaml-language-server: $schema=https://git.front.kjuulh.io/kjuulh/cuddle/raw/branch/main/schemas/base.json base: "git@git.front.kjuulh.io:kjuulh/cuddle-base.git" + +scripts: + build_dagger: + type: dagger