Browse Source

Ignoring config files and added badge to README

master
Drew Short 4 years ago
parent
commit
d07d3c539a
  1. 4
      README.md
  2. 5
      pipeline.yml

4
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
Basic resume style based on the work by Michael DeCorte

5
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

Loading…
Cancel
Save