Moving out Environments to own repo (#1810)

Moved out environments and examples out of main Fission repo to their own repo. This is to allow changes to environment releases to be independent of main Fission releases.
This commit is contained in:
Vishal
2021-05-01 15:42:35 +05:30
committed by GitHub
parent f72bfd8f3a
commit 5b4bf5964e
252 changed files with 8 additions and 10139 deletions
-7
View File
@@ -1,7 +0,0 @@
module.exports = async function(context) {
return {
status: 200,
body: "hello, world!\n"
};
}