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:
Boris 2024-02-15 10:36:10 +01:00 committed by GitHub
parent f192ad5edc
commit 83d32ea143
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"