Remove un-needed shell files

Signed-off-by: Alex Ellis <alexellis2@gmail.com>
This commit is contained in:
Alex Ellis
2017-12-28 19:15:29 +00:00
parent 17a3564ca0
commit 05cdbcc04d
6 changed files with 0 additions and 25 deletions

View File

@ -1,3 +0,0 @@
#!/bin/sh
docker build -t functions/alexa-leds:latest .

View File

@ -1,3 +0,0 @@
#!/bin/bash
docker build --squash -t functions/nodehelloenv .

View File

@ -1,3 +0,0 @@
#!/bin/bash
docker build --squash -t functions/nodeinfo .

View File

@ -1,6 +0,0 @@
#!/bin/sh
docker build -t functions/resizer .
echo Built functions/resizer

View File

@ -1,6 +0,0 @@
#!/bin/sh
echo "Building functions/sentimentanalysis"
docker build -t functions/sentimentanalysis .

View File

@ -1,4 +0,0 @@
#!/bin/bash
docker build -t alexellis2/faas-wordcount:latest .