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

Commit

Permalink
pointing to the correct secret file
Browse files Browse the repository at this point in the history
Signed-off-by: Kira Boyle <kboyle@pivotal.io>
  • Loading branch information
fredwangwang authored and kcboyle committed Jul 13, 2018
1 parent f5e7e51 commit caa1c84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/scripts/update_pcf_pipelines.rb
Expand Up @@ -31,8 +31,8 @@ def load_param(note_path)
fly_cmd = "fly -t ci sp -p pcf-pipelines-master -c ci/pcf-pipelines/pipeline.yml \
-l #{file.path} \
-l ~/workspace/secrets/pcf-pipelines-params \
-l ~/workspace/secrets/pcf-norm-github \
-l ~/workspace/secrets/norm-pivnet"
-l ~/workspace/secrets/platform-automation-github \
-l ~/workspace/secrets/pcf-pipelines-pivnet"

puts fly_cmd
system(fly_cmd)

0 comments on commit caa1c84

Please sign in to comment.