From 125c759e8a692afa4a6ae586e12a97c3baf5d516 Mon Sep 17 00:00:00 2001 From: Matthew McNew Date: Tue, 4 Dec 2018 15:48:51 -0500 Subject: [PATCH] Add appveyor build badge + update notes on appveyor acount location --- README.md | 2 +- appveyor.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a96ff4d08..5bfba4b49 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/appveyor.yml b/appveyor.yml index 987a23672..9887470dd 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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