forked from phoedos/pmd
Make sure to not log secrets while loading
This commit is contained in:
@@ -5,7 +5,7 @@ function pmd_ci_setup_env() {
|
||||
--passphrase-fd 0 \
|
||||
--output .ci/env .ci/env.gpg
|
||||
|
||||
source .ci/env
|
||||
source .ci/env >/dev/null 2>&1
|
||||
rm .ci/env
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user