1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-10 03:47:03 +02:00
goreleaser/pipeline/artifactory
Andy Grunwald af618f9b69 refactor: Removed os.Getenv / os.Setenv in favor of ctx.Env
goreleaser offers a ctx.Env map to access env variables.
os.GetEnv and os.Setenv usages where removed from
Artifactory pipeline in favor of cts.Env access.
This makes testing easier
2017-12-10 14:41:27 +01:00
..
artifactory_test.go refactor: Removed os.Getenv / os.Setenv in favor of ctx.Env 2017-12-10 14:41:27 +01:00
artifactory.go refactor: Removed os.Getenv / os.Setenv in favor of ctx.Env 2017-12-10 14:41:27 +01:00