Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ffba2a6966 | ||
|
|
2ee4979efa |
@@ -48,7 +48,7 @@ populating_secret() {
|
|||||||
ref=$(printenv $1)
|
ref=$(printenv $1)
|
||||||
|
|
||||||
echo "Populating variable: $1"
|
echo "Populating variable: $1"
|
||||||
secret_value=$(op read $ref)
|
secret_value=$(op read "$ref")
|
||||||
|
|
||||||
if [ -z "$secret_value" ]; then
|
if [ -z "$secret_value" ]; then
|
||||||
echo "Could not find or access secret $ref"
|
echo "Could not find or access secret $ref"
|
||||||
|
|||||||
Reference in New Issue
Block a user