Skip to content

Commit

Permalink
adding concourse structure
Browse files Browse the repository at this point in the history
  • Loading branch information
hicksg committed Jan 8, 2016
1 parent 67bd061 commit 41d1aa5
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
# vnr-configs
Configuration Files

Configuration File Repository

# ci

Concourse cicd (mostly unit testing) is defined here.

# License
[MIT](https://tldrlegal.com/license/mit-license)

# Contributors
* [George Hicks](https://github.com/hicksg/) | [e-mail](mailto:[email protected])
9 changes: 9 additions & 0 deletions ci/dns-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
platform: linux
image: docker:///ubuntu#14.04

inputs:
- name: vnr-configs

run:
path: vnr-configs/ci/scripts/dns-check
5 changes: 5 additions & 0 deletions ci/scripts/dns-check
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

apt-get install dnsutils

pwd

0 comments on commit 41d1aa5

Please sign in to comment.