Skip to content
This repository has been archived by the owner on Feb 11, 2020. It is now read-only.

Commit

Permalink
explicitly set the last pass notes to use
Browse files Browse the repository at this point in the history
Signed-off-by: JT Archie <j.archie@pivotal.io>
  • Loading branch information
dtimm authored and JT Archie committed Mar 13, 2018
1 parent c3be2d9 commit eb519a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ci/scripts/update_c0_pcf_pipelines.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit eb519a3

Please sign in to comment.