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
When running cargoStartLocal there no option to modify any files in between the install and configuration of the local container and the running of it.
If the task was split in two, e.g. cargoInstallLocal and cargoStartLocal you could run commands after the container has installed and before it starts.
Using the names above would break comparability with previous versions though unless a flag could be added to control whether cargStartLocal needed to deploy before starting or not.
The text was updated successfully, but these errors were encountered:
I think you are right. I am not sure if the CargoConfigureLocal task does what you want. You might want to try that out. If it doesn't help then there's likely no support for it as part of the existing Cargo Ant tasks.
Related to #172
When running
cargoStartLocal
there no option to modify any files in between the install and configuration of the local container and the running of it.If the task was split in two, e.g.
cargoInstallLocal
andcargoStartLocal
you could run commands after the container has installed and before it starts.Using the names above would break comparability with previous versions though unless a flag could be added to control whether
cargStartLocal
needed to deploy before starting or not.The text was updated successfully, but these errors were encountered: