From 9ef9a8557928fdd24b9650a6797f35af67454349 Mon Sep 17 00:00:00 2001 From: James Pace Date: Thu, 27 Apr 2023 20:43:16 -0400 Subject: [PATCH] Add dev contain pipeline. --- generic-pipelines/kustomization.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/generic-pipelines/kustomization.yaml b/generic-pipelines/kustomization.yaml index de0b687..cabebea 100644 --- a/generic-pipelines/kustomization.yaml +++ b/generic-pipelines/kustomization.yaml @@ -2,4 +2,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - test-pipeline.yaml -- simple-ros-pipeline.yaml \ No newline at end of file +- simple-ros-pipeline.yaml +- dev-contain-pipeline.yaml \ No newline at end of file