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
We can either download the library from the feature's script via curl and pin it using the commit ID but that's not great.
I think a better thing would be to have another feature that only serves as a library and then loading it via dependsOn in each separate feature.
The text was updated successfully, but these errors were encountered:
There should be a shared library between features that contains the following :
check_packages
There is currently a proposal for sharing code between features but we would need something else in the mean time.
We can either download the library from the feature's script via
curl
and pin it using the commit ID but that's not great.I think a better thing would be to have another feature that only serves as a library and then loading it via
dependsOn
in each separate feature.The text was updated successfully, but these errors were encountered: