diff --git a/convert.rb b/.github/convert.rb similarity index 100% rename from convert.rb rename to .github/convert.rb diff --git a/deploy.sh b/.github/deploy.sh similarity index 100% rename from deploy.sh rename to .github/deploy.sh diff --git a/schema.json b/.github/schema.json similarity index 100% rename from schema.json rename to .github/schema.json diff --git a/circle.yml b/circle.yml index a887d23b..47b65fbd 100644 --- a/circle.yml +++ b/circle.yml @@ -7,7 +7,7 @@ test: - sudo pip install json-spec override: - awesome_bot contents.json --white-list developer.apple - - json validate --schema-file=schema.json --document-file=contents.json + - json validate --schema-file=.github/schema.json --document-file=contents.json general: artifacts: - "ab-results.json" @@ -15,5 +15,5 @@ deployment: master: branch: master commands: - - ruby convert.rb - - ./deploy.sh + - ruby .github/convert.rb + - ./github/deploy.sh