Skip to content
Snippets Groups Projects
Commit ce3180bc authored by Luca Morandini's avatar Luca Morandini
Browse files

- Added further explanaiton on the ZIP files for packages

parent b24c909a
Branches master
No related tags found
No related merge requests found
......@@ -337,3 +337,5 @@ cython_debug/
/installation/config.grp54
/fission/functions/pandastest/
/fission/functions/pandastest.zip
/installation/config.grp63
/installation/config.grp42
......@@ -160,6 +160,9 @@ a `build.sh` command must be created to install the libraries and finally the fu
mv addobservations.zip ../
)
```
NOTE: the ZIP file must be relative to the directory the function is in; otherwise the package build will fail.
To avoid this. always build the ZIP file from within the directory the function is in and then move it somewhere else
to avoid a recursive ZIP file (see the shell commands above).
Creation of a function with dependencies (this function depends on the ElasticSearch client package to add data to ElasticSearch):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment