This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hello folks from the meetup |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hello from docker meetup |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
echo "Thanks for testing openfaas/faas PR 304 -- Prefer user supplied parameter for remove and deploy" | |
echo "Make sure that openfaas is deployed to localhost Docker Swarm before running this test" | |
# Build faas-cli | |
echo "Building the code in the openfaas repo" | |
./build.sh | |
echo "Installing faas-cli 0.6.13 (will prompt for password)" |
OlderNewer