Skip to content

Commit 125c759

Browse files
committed
Add appveyor build badge
+ update notes on appveyor acount location
1 parent 565c8bd commit 125c759

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# pack - Buildpack CLI [![Build Status](https://travis-ci.org/buildpack/pack.svg?branch=master)](https://travis-ci.org/buildpack/pack)
1+
# 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)
22

33
**`pack`** makes it easy for
44
- **application developers** to use [buildpacks](https://buildpacks.io/) to convert code into runnable images

appveyor.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ environment:
1212
DOCKER_CERT_PATH: '%APPVEYOR_BUILD_FOLDER%\.travis'
1313
DOCKER_TLS_VERIFY: '1'
1414
DOCKER_HOST:
15-
secure: 9/n4Ey6XCzZt2TT5VP5cX5sugiR0WWV4bS6W3jo56M4= # currently in jchesterpivotal
15+
secure: 9/n4Ey6XCzZt2TT5VP5cX5sugiR0WWV4bS6W3jo56M4= # currently in buildpack account
1616
file_secret:
17-
secure: nyH/ayJ9cnxXI05Vyri7ntns95Sqn/Q9+jGIrVAzZHU= # currently in jchesterpivotal
17+
secure: nyH/ayJ9cnxXI05Vyri7ntns95Sqn/Q9+jGIrVAzZHU= # currently in buildpack account
1818

1919
artifacts:
2020
- path: artifacts

0 commit comments

Comments
 (0)