From eb519a3fd094d2da7eca9eb633292ef5e9fa79bd Mon Sep 17 00:00:00 2001 From: David Timm Date: Tue, 13 Mar 2018 13:59:00 -0600 Subject: [PATCH] explicitly set the last pass notes to use Signed-off-by: JT Archie --- ci/scripts/update_c0_pcf_pipelines.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ci/scripts/update_c0_pcf_pipelines.sh b/ci/scripts/update_c0_pcf_pipelines.sh index 00e2f65d0..366b8c7ab 100755 --- a/ci/scripts/update_c0_pcf_pipelines.sh +++ b/ci/scripts/update_c0_pcf_pipelines.sh @@ -60,7 +60,7 @@ EOF fly -t c0 sp -p pcf-pipelines -c ci/pcf-pipelines/pipeline.yml \ -l $tmpfile \ - -l <(lpass show pcf-pipelines-params --notes) \ - -l <(lpass show pcf-norm-github --notes) \ - -l <(lpass show czero-pivnet --notes) \ - -l <(lpass show minio-lrpiec03 --notes) + -l <(lpass show "Shared-Customer [0]/pcf-pipelines-params" --notes) \ + -l <(lpass show "Shared-PCF-NORM/pcf-norm-github" --notes) \ + -l <(lpass show "Shared-Customer [0]/czero-pivnet" --notes) \ + -l <(lpass show "Shared-Customer [0]/minio-lrpiec03" --notes)