Skip to content

Commit

Permalink
Added custome_require for download strategy (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
abigupta authored Mar 13, 2019
1 parent db775ef commit 50e90ca
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ brew:

# Allows you to set a custom download strategy.
# Default is empty.
download_strategy: GitHubPrivateRepositoryReleaseDownloadStrategy
download_strategy: CustomDownloadStrategies::GitHubPrivateRepositoryReleaseDownloadStrategy

# Add custom require_relative to include download strategy
# Default is empty.
custom_require: ../github_download_strategy

# Git author used to commit to the repository.
# Defaults are shown.
Expand All @@ -33,4 +37,4 @@ brew:

# Your app's description.
# Default is empty.
description: "k8s-configurator generates environment specific configs from a single source."
description: "k8s-configurator generates environment specific configs from a single source."

0 comments on commit 50e90ca

Please sign in to comment.