Skip to content

Commit

Permalink
Update werf.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolay Mitrofanov <30695496+name212@users.noreply.github.com>
  • Loading branch information
name212 authored Sep 9, 2024
1 parent b12b83b commit f37a5d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion werf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ cleanup:

# source repo with protected cloud providers
# use example.com as default because we can fail build without env
{{- $_ := set . "CLOUD_PROVIDERS_SOURCE_REPO" (env "CLOUD_PROVIDERS_SOURCE_REPO" | default "https://example.com") }}
{{- $_ := set . "CLOUD_PROVIDERS_SOURCE_REPO" (env "CLOUD_PROVIDERS_SOURCE_REPO") }}

# goproxy settings
{{- $_ := set . "GOPROXY" (env "GOPROXY") }}
Expand Down

0 comments on commit f37a5d2

Please sign in to comment.