File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -41,12 +41,27 @@ after_success:
41
41
after_failure :
42
42
- cat /tmp/python-build.*.log
43
43
44
+ before_deploy :
45
+ - git clone https://github.com/travis-ci/dpl.git
46
+ -
git config user.email "[email protected] "
47
+ - git config user.name "Your Name"
48
+ - pushd dpl
49
+ - unset CI
50
+ - git remote add jw https://github.com/johanneswuerbach/dpl.git
51
+ - git fetch jw
52
+ - git merge --no-edit jw/s3-aws-sdk-v2 master
53
+ - rvm 1.9.3 do gem build dpl.gemspec
54
+ - mv dpl-*.gem ..
55
+ - popd
56
+
44
57
deploy :
45
58
provider : s3
59
+ edge : local
46
60
access_key_id : $ARTIFACTS_KEY
47
61
secret_access_key : $ARTIFACTS_SECRET
48
62
bucket : $ARTIFACTS_BUCKET
49
63
local_dir : $HOME/archive/$(lsb_release -rs)
64
+ upload_dir : $(lsb_release -rs)
50
65
on :
51
66
all_branches : true
52
67
acl : public_read
You can’t perform that action at this time.
0 commit comments