You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am looking to use aviator to build a large number of similar pipelines. The current example shows building multiple apps and merging them into a single pipeline, followed by a call to fly to install that pipeline.
I would like to have a single aviator file that builds multiple pipelines and calls fly on each generated pipeline.
As an example - take the cf sample and remove the last merge - you would have multiple app pipelines that would need to be installed.
Hey @bodin,
I can add this feature to the executors, so that they can perform an execute to files in a specified folder, a list of files or a single file. It should be absolutely possible.
Thx for you feature request.
I am looking to use aviator to build a large number of similar pipelines. The current example shows building multiple apps and merging them into a single pipeline, followed by a call to fly to install that pipeline.
I would like to have a single aviator file that builds multiple pipelines and calls fly on each generated pipeline.
As an example - take the cf sample and remove the last merge - you would have multiple app pipelines that would need to be installed.
https://github.com/JulzDiverse/aviator-cf-apps/blob/master/aviator.yml
The text was updated successfully, but these errors were encountered: