luanpoppe commited on
Commit
e07dc1f
·
1 Parent(s): 1b5678f
Files changed (1) hide show
  1. entrypoint.sh +1 -1
entrypoint.sh CHANGED
@@ -16,7 +16,7 @@ if [ -n "$GCP_CREDENTIALS_JSON_CONTENT" ]; then
16
  echo "Credentials file appears to be valid JSON."
17
  else
18
  echo "Warning: Credentials file may not be valid JSON. Content:"
19
- cat "$CREDENTIALS_FILE_PATH" # Print the content for debugging
20
  fi
21
 
22
  else
 
16
  echo "Credentials file appears to be valid JSON."
17
  else
18
  echo "Warning: Credentials file may not be valid JSON. Content:"
19
+ # cat "$CREDENTIALS_FILE_PATH" # Print the content for debugging
20
  fi
21
 
22
  else