Skip to content

Commit

Permalink
Move python into vendor dir
Browse files Browse the repository at this point in the history
  • Loading branch information
mhart committed Jul 6, 2016
1 parent dd4d701 commit 1f8d837
Show file tree
Hide file tree
Showing 702 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
vendor
python
3 changes: 2 additions & 1 deletion actions/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,8 @@ function dockerBuild(build, cb) {
// For when executing under Lambda (but not ECS/Docker)
function prepareLambdaConfig(buildConfig) {

var pythonDir = path.join(__dirname, '../python')
var vendorDir = path.join(__dirname, '../vendor')
var pythonDir = path.join(vendorDir, 'python')
var usrDir = path.join(config.HOME_DIR, 'usr')
var defaultLambdaConfig = {
env: {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 1f8d837

Please sign in to comment.