Skip to content

Commit

Permalink
Merge pull request #2499 from Vlatombe/collect_storage_location
Browse files Browse the repository at this point in the history
fix: if there is no team setting for classifier, don't use default, b…
  • Loading branch information
jenkins-x-bot committed Dec 13, 2018
2 parents 3dbd414 + 92176cd commit f903b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/jx/cmd/step_collect.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func (o *StepCollectOptions) Run() error {
if err != nil {
return err
}
o.StorageLocation = *settings.StorageLocationOrDefault(classifier)
o.StorageLocation = *settings.StorageLocation(classifier)

if o.StorageLocation.IsEmpty() {
// we have no team settings so lets try detect the git repository using an env var or local file system
Expand Down

0 comments on commit f903b31

Please sign in to comment.