Skip to content

Commit

Permalink
Modified the post build process to a bot
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentGoderre committed Sep 16, 2013
1 parent ffc481d commit 5f60f75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,7 @@ language: java

env:
global:
- secure: "H/SC2XHgUduwUts/6C+stzw18kXO1Zctc6zAFx58Pg05yWdKx+dW+9t1x2wB1S/jHdJ1tselO3dexV25SrQPi4u7UJyqBKL4LZfZi5e5g+qaKZ17T26Be+OqVqidzxNnimEKaw9wFtEz9t6tYXJ+kqzYCetdHuALjiMZYvH656E="
- secure: "gyVQRfoes8yaLoVsR1wIooyC99Qm0LjUHiii5ibtMJxEQC7T3kR6IJJAXhW9lbS1Lh6aBjUIXxx60Ix5tp/5AmcWq0X1PXxg+BR4Xy+6MnraFx8T+wzFd+vKdzfZbKgKWAu8lDd44Up4asnNx7LXuhZy0lFmG9BiyjfLgRJ9oCE="
- POST_BUILD=true

script:
Expand Down
4 changes: 2 additions & 2 deletions build/post_build.sh
Expand Up @@ -12,8 +12,8 @@ if [ "$POST_BUILD" == "true" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$
declare -a supported_branches=('v4.0' 'master' 'v3.0') # List of branches to store build output for

#Set git user
git config --global user.email "laurent.goderre@gmail.com"
git config --global user.name "Travis"
git config --global user.email "wet.boew.bot@gmail.com"
git config --global user.name "Web Experience Toolkit Bot"

#Copy result of build and demo in a temporary location
mkdir $HOME/temp_wet-boew
Expand Down

0 comments on commit 5f60f75

Please sign in to comment.