Flowpipe is a cloud scripting engine. Automation and workflow to connect your clouds to the people, systems and data that matters.
GNU Affero General Public License v3.0
383
stars
16
forks
source link
Function step's `source` attribute parsing is relative to the root mod location rather than the mod it belongs to #895
Closed
vhadianto closed 3 weeks ago
Consider this setup:
root_mod_a | |-- depend_mod_a
Any function step in
depend_mod_a
fail to run because thesource
property is evaluated as relative toroot_mod_a
.This is a bug, it should be relative to
depend_mod_a
.