Skip to content

Commit

Permalink
Add appveyor build badge
Browse files Browse the repository at this point in the history
+ update notes on appveyor acount location
  • Loading branch information
matthewmcnew committed Dec 4, 2018
1 parent 565c8bd commit 125c759
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# pack - Buildpack CLI [![Build Status](https://travis-ci.org/buildpack/pack.svg?branch=master)](https://travis-ci.org/buildpack/pack)
# pack - Buildpack CLI [![Travis Build Status](https://travis-ci.org/buildpack/pack.svg?branch=master)](https://travis-ci.org/buildpack/pack) [![Windows Build status](https://ci.appveyor.com/api/projects/status/0dspvks46snrda2v?svg=true)](https://ci.appveyor.com/project/buildpack/pack)

**`pack`** makes it easy for
- **application developers** to use [buildpacks](https://buildpacks.io/) to convert code into runnable images
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ environment:
DOCKER_CERT_PATH: '%APPVEYOR_BUILD_FOLDER%\.travis'
DOCKER_TLS_VERIFY: '1'
DOCKER_HOST:
secure: 9/n4Ey6XCzZt2TT5VP5cX5sugiR0WWV4bS6W3jo56M4= # currently in jchesterpivotal
secure: 9/n4Ey6XCzZt2TT5VP5cX5sugiR0WWV4bS6W3jo56M4= # currently in buildpack account
file_secret:
secure: nyH/ayJ9cnxXI05Vyri7ntns95Sqn/Q9+jGIrVAzZHU= # currently in jchesterpivotal
secure: nyH/ayJ9cnxXI05Vyri7ntns95Sqn/Q9+jGIrVAzZHU= # currently in buildpack account

artifacts:
- path: artifacts
Expand Down

0 comments on commit 125c759

Please sign in to comment.