Skip to content

Commit

Permalink
feat: v1
Browse files Browse the repository at this point in the history
  • Loading branch information
jaironalves committed Apr 5, 2024
1 parent 04d4d9b commit 7a3994b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ _replace_dots() {
set -e

# Read the file using yq
yq -o p --properties-separator ':' '... comments = ""' "$1"
yq -o p --properties-separator ':' '... comments = ""' "$INPUT_YAML_FILE_PATH"

_properties=$(_yaml_to_properties "$INPUT_YAML_FILE_PATH")
_parsed_properties=$(_replace_dots "$properties" "_")
Expand Down

0 comments on commit 7a3994b

Please sign in to comment.