From 28a3d2a773394f0112e7279ff1377b052ccee0d6 Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Wed, 3 Apr 2024 11:35:54 +0200 Subject: [PATCH] Use env from cm --- hooks/cleanup-pipelineruns.sh | 27 +++++++++++++++++++++++++++ hooks/down.sh | 11 +++++------ hooks/up.sh | 9 ++++----- 3 files changed, 36 insertions(+), 11 deletions(-) create mode 100644 hooks/cleanup-pipelineruns.sh diff --git a/hooks/cleanup-pipelineruns.sh b/hooks/cleanup-pipelineruns.sh new file mode 100644 index 0000000..f8dae92 --- /dev/null +++ b/hooks/cleanup-pipelineruns.sh @@ -0,0 +1,27 @@ + +#!/usr/bin/env bash + +if [[ $1 == "--config" ]] ; then + cat <