From 7e295be84303a9467f9dbb58412347bb9eee212f Mon Sep 17 00:00:00 2001 From: Milica-Cvrkota-IBM <109787570+Milica-Cvrkota-IBM@users.noreply.github.com> Date: Tue, 23 Jul 2024 13:07:39 +0200 Subject: [PATCH] add pipeline-source as input (#202) Signed-off-by: Milica Cvrkota --- ci/pipeline.yaml | 1 + ci/scripts/tag-new-release.sh | 0 2 files changed, 1 insertion(+) mode change 100644 => 100755 ci/scripts/tag-new-release.sh diff --git a/ci/pipeline.yaml b/ci/pipeline.yaml index f5cc93b3..87c2d719 100644 --- a/ci/pipeline.yaml +++ b/ci/pipeline.yaml @@ -320,6 +320,7 @@ jobs: password: ((project-berlin-tests-gcp-instana-qa)) inputs: - name: agent-operator-git-source + - name: pipeline-source outputs: - name: agent-operator-git-source run: diff --git a/ci/scripts/tag-new-release.sh b/ci/scripts/tag-new-release.sh old mode 100644 new mode 100755