Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting initial code ownership. #75

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .Github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# In this example, documentation and Header.txt are part # of the default match. Default owners if nothing else
# matches.
* @tunks
# Code related should be validated by Ebrima.
# JavaScripts files could have been separated
# into tests versus logic by using folder's structure
*.qry @tunks
*.acl @tunks
*.cto @tunks
*.js @tunks
# Package.json should be reviewed by everyone
package.json @tunks
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ script:
- make test
deploy:
provider: releases
api_key: ${OAUTH_TOKEN}
file_glob: true
file: ./dist/*
skip_cleanup: true
api_key:
secure: ${OAUTH_TOKEN}
file: "./dist/network.bna"
on:
tags: true
repo: tunks/trade-finance-logistics
skip_cleanup: 'true'
18 changes: 18 additions & 0 deletions .travis.yml.bk
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
sudo: required
services:
- docker
dist: trusty
cache:
directories:
- node_modules
script:
- make build
- make test
deploy:
provider: releases
api_key:
secure: B4prqWGSlIWfu3OoHF6UkHjFI67t2ZN+2cbmGJSe1ZEXqGzV0kZGqrYb9vw0cjkJDmCU/ssDBWa/JPVHzucpTp5TcZzz/hj++gmCLpVPD6ikbkryOp1Zm3Po+lAHqbo9hJGiHM5baSGItFr9SHUoGmrvOlJ/LLfD9ZXqDCxB4BzjCLCBWZtpIBCY9gdTcE0mX5vwdahhfZqo0yCwQV7m1hEnfm31vTO4tAQCLmHrCwuU1Pl7pGKspDBPDVtaq+IW8l7YVu95xSt5JIjGlRf4qMkaHvdrs9YAZiNd7pe0DZU3/LOsiGEnAPhpDBVLcnfLR9lqbTwwC8x3skFGLfa8XdhBHdiLxIHwuo9rVeDmLDR/zV81Jyx2FwJMxujCChik2oXGomQl7s4hsf17pLCSJ1caM/T82pTe00dCgAyRh1IrNHs+3LOUpl5KN6qifNqlDgjQzsTLsK799S37V91yUPTX01o62Dzlmy8nmYyJT6ePxxfnYS9PIO1pzXe5WhkpjEa7mdI044wCNoZL2D+RCfDmMcbxAFks5ziL6qBON1Hb9o5S6paDmaVakiMHlUobEp0o6ToJmTbaNQVRWlgkgd1mrRWi76ynlVhl/Ox3fYxSuhlxIdIaqfDo+vTTTTRaNqlQ6iBCrHAkqnZHBIyx8cS53exzmEqHuWAY0vbwdvA=
file: "./dist/network.bna"
on:
repo: tunks/trade-finance-logistics
skip_cleanup: 'true'