fix: make echo-ing env variables more clear
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
parent
f192ad5edc
commit
83d32ea143
1 changed files with 2 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
|||
#!/bin/bash
|
||||
# export ENVIRONMENT
|
||||
|
||||
echo $DEBUG
|
||||
echo $ENVIRONMENT
|
||||
echo "Debug mode: $DEBUG"
|
||||
echo "Environment: $ENVIRONMENT"
|
||||
|
||||
if [ "$ENVIRONMENT" != "local" ]; then
|
||||
echo "Running fetch_secret.py"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue