Skip to content

Commit

Permalink
fix config.env ref
Browse files Browse the repository at this point in the history
  • Loading branch information
fqjony committed Nov 28, 2024
1 parent 3b1c066 commit cf96ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/worker_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export_variables_from_config() {

# Extract the `variables` section
local variables
variables=$(echo "$config_json" | jq -r '.config.variables // empty')
variables=$(echo "$config_json" | jq -r '.config.env // empty')
if [[ -z "$variables" || "$variables" == "null" ]]; then
log_info "No variables found in the configuration."
return 0
Expand Down

0 comments on commit cf96ede

Please sign in to comment.