From d07d3c539ac722ce0926563d5c01543cada969a8 Mon Sep 17 00:00:00 2001 From: Drew Short Date: Tue, 10 Dec 2019 20:09:50 -0600 Subject: [PATCH] Ignoring config files and added badge to README --- README.md | 4 +++- pipeline.yml | 5 ++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3bbb651..7541597 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ +[![Concourse](https://concourse.nulloctet.com/api/v1/teams/sothr/pipelines/resume/jobs/publish/badge)](https://concourse.nulloctet.com/teams/sothr/pipelines/resume) + # [View Resume](https://warricksothr.github.io/resume) # [Download Resume](https://warricksothr.github.io/resume/resume.pdf) -Basic resume style based on the work by Michael DeCorte \ No newline at end of file +Basic resume style based on the work by Michael DeCorte diff --git a/pipeline.yml b/pipeline.yml index 1a7021a..c17f30b 100644 --- a/pipeline.yml +++ b/pipeline.yml @@ -7,10 +7,13 @@ resources: uri: ssh://git@git.nulloctet.com:8437/warricksothr/resume.git private_key: | ((pull_key)) + ignore_paths: + - pipeline.yml + - upload_pipeline.sh + - README jobs: - name: publish - public: true plan: - get: resume-git trigger: true