Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openfaas/faas-cli Loading
base: 0.4.13-alpha
Choose a base ref
...
head repository: openfaas/faas-cli Loading
compare: 0.4.14-alpha
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Sep 12, 2017

  1. Multi-os fix - use mkdir for zip directories

    Signed-off-by: Alex Ellis <alexellis2@gmail.com>
    alexellis committed Sep 12, 2017
    Configuration menu
    Copy the full SHA
    9bf8cee View commit details
    Browse the repository at this point in the history
  2. Build and deploy all platforms to Github on tag

    This commit updates Travis to build `faas-cli` for all target platforms
    and deploy the resulting binaries to Github whenever a release is
    tagged.
    
    **NOTE** the `api_key` will need to be populated with a travis secure
    encrypted copy of a Github token with repo access.
    
    - Create a personal token for the faas-cli deploy with `repo:status`,
    `repo_deployment`, `public_repo` scope
    - Encrypt that token with the travis cli.
      ```
      cd $GOPATH/src/github.com/alexellis/faas-cli/
      travis login
      travis encrypt YOUR_GITHUB_TOKEN
      ```
    
    Signed-off-by: John McCabe <john@johnmccabe.net>
    johnmccabe authored and alexellis committed Sep 12, 2017
    Configuration menu
    Copy the full SHA
    e562f05 View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    8f2ae9c View commit details
    Browse the repository at this point in the history
Loading