mirror of
https://github.com/dkhamsing/open-source-ios-apps.git
synced 2024-12-22 21:38:44 +01:00
[ci] update
This commit is contained in:
parent
47d56bddf4
commit
3333cc8731
0
convert.rb → .github/convert.rb
vendored
0
convert.rb → .github/convert.rb
vendored
0
deploy.sh → .github/deploy.sh
vendored
0
deploy.sh → .github/deploy.sh
vendored
0
schema.json → .github/schema.json
vendored
0
schema.json → .github/schema.json
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user