Skip to content

Commit

Permalink
Remove the warning about yaml anchors going away since this is solved…
Browse files Browse the repository at this point in the history
… in chia tools now
  • Loading branch information
cmmarslender committed Sep 13, 2024
1 parent 1a2b467 commit c94a94a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -311,8 +311,6 @@ if [[ ${service} == "harvester" ]]; then
fi
fi

# EXPERIMENTAL!
# If you use any of the chia tools config processing, your config will lose all yaml anchors and be fully expanded out
# Check if any of the env vars start with "chia." or "chia__" and if so, process the config with chia-tools
if env | grep -qE '^chia(\.|__)'; then
echo "Found environment variables starting with 'chia.' or 'chia__' - Running chia-tools"
Expand Down

0 comments on commit c94a94a

Please sign in to comment.