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
|
#!/bin/bash
|
||||||
# export ENVIRONMENT
|
# export ENVIRONMENT
|
||||||
|
|
||||||
echo $DEBUG
|
echo "Debug mode: $DEBUG"
|
||||||
echo $ENVIRONMENT
|
echo "Environment: $ENVIRONMENT"
|
||||||
|
|
||||||
if [ "$ENVIRONMENT" != "local" ]; then
|
if [ "$ENVIRONMENT" != "local" ]; then
|
||||||
echo "Running fetch_secret.py"
|
echo "Running fetch_secret.py"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue