Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

feat: do not fail the build when password is an unset env var #6

Merged
merged 1 commit into from
May 6, 2021

Conversation

baptistemesta
Copy link

When the password set on a server was an unknown env variable
${env.SOME_VAR}. If the env variable was unset, the plugin was trying
to decrypt it and made the build fails.

Avoid that by only printing a WARNING in logs

When the password set on a server was an unknown env variable
`${env.SOME_VAR}`. If the env variable was unset, the plugin was trying
to decrypt it and made the build fails.

Avoid that by only printing a WARNING in logs
@baptistemesta
Copy link
Author

Fixes: mark-vieira#21

@baptistemesta baptistemesta merged commit 6816ae0 into master May 6, 2021
@baptistemesta baptistemesta deleted the feat/missing_env_var branch May 6, 2021 08:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant