#188: added config/application.yml.travis
This commit is contained in:
parent
cd126ee4b0
commit
05012ae52b
|
@ -8,6 +8,7 @@ before_install:
|
|||
- gem update --system
|
||||
- gem --version
|
||||
- cp config/database.yml.sample config/database.yml
|
||||
- cp config/application.yml.travis config/application.yml
|
||||
branches:
|
||||
only:
|
||||
# - master
|
||||
|
|
|
@ -0,0 +1,54 @@
|
|||
common: &common
|
||||
project_name: ABF
|
||||
repo_project_name: ABF
|
||||
anonymous_access: true
|
||||
preregistration: false
|
||||
file_store_url: 'http://file-store.rosalinux.ru'
|
||||
distr_types: ['mdv', 'rhel', 'nau5']
|
||||
abf_worker:
|
||||
publish_workers_count: 2
|
||||
keys:
|
||||
key_pair_secret_key: 'key_pair_secret_key'
|
||||
airbrake_api_key: 'airbrake_api_key'
|
||||
devise_pepper: 'devise_pepper'
|
||||
secret_token: 'secret_token'
|
||||
github:
|
||||
id: 'APP_ID'
|
||||
secret: 'APP_SECRET'
|
||||
google:
|
||||
id: 'APP_ID'
|
||||
secret: 'APP_SECRET'
|
||||
facebook:
|
||||
id: 'APP_ID'
|
||||
secret: 'APP_SECRET'
|
||||
downloads_url: 'http://abf-downloads.rosalinux.ru'
|
||||
wiki_formats:
|
||||
markdown: "Markdown"
|
||||
textile: "Textile"
|
||||
# rdoc: "RDoc"
|
||||
org: "Org-mode"
|
||||
# creole: "Creole"
|
||||
# mediawiki: "MediaWiki"
|
||||
feedback:
|
||||
email:
|
||||
- 'test@example.com'
|
||||
- 'test1@example.com'
|
||||
# or
|
||||
# email: 'test@example.com'
|
||||
|
||||
# optional parameters
|
||||
cc:
|
||||
- 'test2@example.com' # or like email
|
||||
bcc:
|
||||
- 'test3@example.com' # or like email
|
||||
subject_prefixes: # or one line
|
||||
- 'from_feedback'
|
||||
subject_postfixes: # or one line
|
||||
- 'sample_postfix'
|
||||
shell_user: 'git'
|
||||
|
||||
test:
|
||||
<<: *common
|
||||
root_path: /home/travis/build/rosa-abf/rosa-build/tmp/test_root
|
||||
git_path: /home/travis/build/rosa-abf/rosa-build/tmp/test_root
|
||||
do-not-reply-email: do-not-reply@localhost
|
Loading…
Reference in New Issue