Skip to content

Commit 9bc7792

Browse files
committed
fix workflows + add missing hasadna workflows
1 parent 604bf0f commit 9bc7792

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

workflows/templates/dgp-operator-runner-workflow-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
python3 -m datacity_ckan_dgp.operators.{{ "{{inputs.parameters.operator}}" }} '{{ "{{inputs.parameters.config_json}}" }}' \
2424
2>&1 | tee -a /tmp/log.txt
2525
echo "Execution completed successfully" 2>&1 | tee -a /tmp/log.txt
26-
resources: {{ "{{inputs.parameters.resourcesJson}}" }}
26+
resources: {{ "{{=inputs.parameters.resourcesJson}}" }}
2727
outputs:
2828
parameters:
2929
- name: log

0 commit comments

Comments
 (0)