Skip to content

Commit

Permalink
remove load credentials file from setpipeline scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
weymanf committed Apr 9, 2021
1 parent 22d837d commit d388a68
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions bin/set_capi_backup_metadata_pipeline
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@ fi
fly -t capi set-pipeline \
--check-creds \
--pipeline backup-metadata \
--config "${HOME}/workspace/capi-ci/ci/pipeline-backup-metadata.yml" \
--load-vars-from "${HOME}/workspace/capi-ci-private/ci/credentials.yml"
--config "${HOME}/workspace/capi-ci/ci/pipeline-backup-metadata.yml"
3 changes: 1 addition & 2 deletions bin/set_capi_bosh_lite_pipeline
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@ fi
fly -t capi \
set-pipeline \
-p bosh-lite \
-c ~/workspace/capi-ci/ci/pipeline-bosh-lite.yml \
-l ~/workspace/capi-ci-private/ci/credentials-bosh-lite.yml
-c ~/workspace/capi-ci/ci/pipeline-bosh-lite.yml
3 changes: 1 addition & 2 deletions bin/set_capi_pipeline
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@ fi
fly -t capi \
set-pipeline \
-p capi \
-c ~/workspace/capi-ci/ci/pipeline.yml \
-l ~/workspace/capi-ci-private/ci/credentials.yml
-c ~/workspace/capi-ci/ci/pipeline.yml

0 comments on commit d388a68

Please sign in to comment.