Skip to content

Don't process node js functions #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 14, 2017
Merged

Conversation

veriservus
Copy link

This little change skips package-python-functions if function runtime is node js 6.10

index.js Outdated
@@ -51,7 +51,7 @@ class PkgPyFuncs {
}

selectAll() {
const functions = this.serverless.service.functions
const functions = _.reject(this.serverless.service.functions, { runtime: 'nodejs6.10' });

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done 63a0525

If there is a runtime specified
@mprzytulski mprzytulski merged commit 417db63 into master Aug 14, 2017
ubaniabalogun pushed a commit that referenced this pull request Feb 28, 2019
* Normalise the windows path to unix style while building via Docker.

* Also normalise requirements file path.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants