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
{{ message }}
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.
In the "local emulation" of the cloud build a python script is pulled in from the python runtime - which is not an ideal solution necessarily - especially that the old version (the one I switched back to) worked, the new version doesn't, as it got modularized in this commit .
Let's find a better way to emulate cloud build locally!
Options might be:
"curl" all of the dependent scripts in at runtime (ugly)
write our own fork of these scripts
lift these "cloud-scripts" into a separate projects which could be reused across runtime projects?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
See #121 for more details where this came up.
In the "local emulation" of the cloud build a python script is pulled in from the python runtime - which is not an ideal solution necessarily - especially that the old version (the one I switched back to) worked, the new version doesn't, as it got modularized in this commit .
Let's find a better way to emulate cloud build locally!
Options might be:
The text was updated successfully, but these errors were encountered: