dwyl / aws-lambda-deploy

☁️ 🚀 Effortlessly deploy Amazon Web Services Lambda function(s) with a single command. Less to configure. Latest AWS SDK and Node.js v20!
74 stars 14 forks source link

Setup CI Build so we can confirm this works on CodeShip #6

Closed nelsonic closed 8 years ago

nelsonic commented 8 years ago

Setup CI Build for this project.

nelsonic commented 8 years ago

First test fails: https://codeship.com/projects/135243/builds/12229986 but we know why...

nelsonic commented 8 years ago

The reason the tests fail on Codeship is that they don't have the TMPDIR environment variable!! (which is a _standard_: http://pubs.opengroup.org/onlinepubs/000095399/basedefs/xbd_chap08.html ) Log: https://codeship.com/projects/135243/builds/12230644 so we need to set it ourselves...

nelsonic commented 8 years ago

Codeship Status for numo-labs/aws-lambda-deploy