Skip to content

Commit

Permalink
ref(15): Start testing wild integration with Jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanjerome committed Aug 25, 2023
1 parent 7a2ec3c commit 5c461ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/workflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ workflow_check_workflow_definition_path() {
workflow_get_workflows_containers_names() {
local workflow_definition_path="${1:-}"

local containers_names=()
local containers_names
while IFS= read -r line; do
containers_names+=("$line")
done < <("$JQ" -r '.actions[].container' "${WILD_CWD}/${workflow_definition_path}")
Expand Down

0 comments on commit 5c461ae

Please sign in to comment.