Skip to content

Commit

Permalink
Fixed post build missing copy destination
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentGoderre committed Apr 3, 2013
1 parent d1762b0 commit 4d52d79
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build/post_build.sh
Expand Up @@ -73,12 +73,13 @@ if [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_REPO_SLUG" == "wet-boew/
#Create the dist without the GC themes
if [ "$TRAVIS_BRANCH" == "master" ]; then
git checkout master-base-dist
cp -Rf $HOME/temp_wet-boew/dist
cp -Rf $HOME/temp_wet-boew/dist ./dist
rm -Rf ./dist/theme-clf2-nsi2
rm -Rf ./dist/theme-gcwu-fegc
rm -Rf ./dist/theme-intranet
cp -Rf $HOME/temp_wet-boew/demos/theme-base
cp -Rf $HOME/temp_wet-boew/demos/theme-wet-boew
mkdir demos
cp -Rf $HOME/temp_wet-boew/demos/theme-base ./demos/theme-base
cp -Rf $HOME/temp_wet-boew/demos/theme-wet-boew ./demos/theme-wet-boew
git commit -q -m "Travis build $TRAVIS_BUILD_NUMBER pushed to $TRAVIS_BRANCH"
git push -fq origin master-base-dist > /dev/null
fi
Expand Down

0 comments on commit 4d52d79

Please sign in to comment.