Skip to content

Commit

Permalink
added snapshot flag to bypass plugin generationin main branch (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
SivaanandM authored Dec 2, 2024
1 parent 372e00d commit e529216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate_dev_provider.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function downloadProviderFromRegistry() {

function generateSpectrocloudProvider() {
rm -rf dist
goreleaser build --skip validate --clean -f dev/dev-goreleaser.yml
goreleaser build --snapshot --skip validate --clean -f dev/dev-goreleaser.yml
}

function generateProvidersPlugins() {
Expand Down

0 comments on commit e529216

Please sign in to comment.