This repository has been archived by the owner on Jun 13, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 31
/
.travis.yml
58 lines (50 loc) · 1.98 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
language: ruby
sudo: false
cache: bundler
script:
- bundle exec rake
- make berkshelf
gemfile:
- gemfiles/chef_11.10.gemfile
- gemfiles/chef_12.7.gemfile
before_deploy:
- tar cfz easybib-cookbooks.tar.gz * --exclude=easybib-cookbooks.tar.gz --exclude=vendor/
- mkdir build
- mv easybib-cookbooks.tar.gz build/
- bash MoveBerkshelfArtifacts.sh
deploy:
- provider: s3
secret_access_key:
secure: ZybmeOZYJpKFWdtXCB8fdbm87uZTl2e8deQwf+6Uol031rPQ+yaZ9QPWEoC1FLEyizgLHfEztVD4RuEua7Oi3zSKIL4qPaV/qqvPO3c0yspQxBXjgA8E4ZxkHbINo29HsacpUYfZb5237mw8l4QK5xL9Eo0qo67lT6TdoR/ohkI=
access_key_id:
secure: iNjBJ+OhYHCWURg830hRVOvNsZ2YhiGHRXx4/EZQeqkRDxYyO0H89GNWqxqxvazC/zniEE4FNji1Z4QIdoIx6CIrhcnQKMTumAhqvAqE5jvyxSpx1SRHr+nk6UGjiPvI7bKdOJsjGfYvxOuAD+BV146W0aEJxKCZ+25QaQzBBDA=
bucket:
secure: HkvsGXQNcWDdmVADr8SIp5V0DZjnl4yhaAGxfvlcb4ZYITdR2p4RAVL3EhR02CJ+wmY5z4DzN5em73cIgwGFChABsWD0xLdB4374FSm96pkU4yqwQjWUkuxr6aQkcyaHmEBI6GowvUTiLOcohEUL0NZVZkPhqcQLwt2Vz2bezoY=
skip-cleanup: true
local-dir: build
upload-dir: stable-11-10
detect_encoding: true
on:
branch: stable-chef-11.10
- provider: s3
secret_access_key:
secure: ZybmeOZYJpKFWdtXCB8fdbm87uZTl2e8deQwf+6Uol031rPQ+yaZ9QPWEoC1FLEyizgLHfEztVD4RuEua7Oi3zSKIL4qPaV/qqvPO3c0yspQxBXjgA8E4ZxkHbINo29HsacpUYfZb5237mw8l4QK5xL9Eo0qo67lT6TdoR/ohkI=
access_key_id:
secure: iNjBJ+OhYHCWURg830hRVOvNsZ2YhiGHRXx4/EZQeqkRDxYyO0H89GNWqxqxvazC/zniEE4FNji1Z4QIdoIx6CIrhcnQKMTumAhqvAqE5jvyxSpx1SRHr+nk6UGjiPvI7bKdOJsjGfYvxOuAD+BV146W0aEJxKCZ+25QaQzBBDA=
bucket:
secure: HkvsGXQNcWDdmVADr8SIp5V0DZjnl4yhaAGxfvlcb4ZYITdR2p4RAVL3EhR02CJ+wmY5z4DzN5em73cIgwGFChABsWD0xLdB4374FSm96pkU4yqwQjWUkuxr6aQkcyaHmEBI6GowvUTiLOcohEUL0NZVZkPhqcQLwt2Vz2bezoY=
skip-cleanup: true
local-dir: build
upload-dir: master
detect_encoding: true
on:
branch: master
branches:
only:
- master
- stable-chef-11.10
- stable
notifications:
email:
on_success: never
on_failure: always