Skip to content

Commit 8ebd2dc

Browse files
author
Jason Kridner
committed
travis.yml: hacks
1 parent 28fd9aa commit 8ebd2dc

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.travis.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,14 @@ before_install: npm install -g grunt-cli
55
install: npm install
66
before_script: grunt build
77
before_deploy:
8-
- git config --global user.email "[email protected]"
9-
- git config --global user.name "Travis CI"
10-
- export GIT_TAG=$TRAVIS_BRANCH-0.1.$TRAVIS_BUILD_NUMBER
11-
- git add build
12-
- git commit -m "Generated commit from Travis-CI for build $TRAVIS_BUILD_NUMBER"
13-
- git tag $GIT_TAG -a -m "Generated tag from Travis-CI for build $TRAVIS_BUILD_NUMBER"
14-
- git push -q https://[email protected]/beagleboard/beaglebone-getting-started --tags
158
- ls -R
9+
- cd build/beaglebone-getting-started/osx32
10+
- zip ../bgs-osx32.zip *
11+
- cd ../../..
1612
deploy:
1713
provider: releases
1814
api_key: $GITHUBDEPLOY
19-
file: "build/beaglebone-getting-started/osx32"
15+
file: "build/beaglebone-getting-started/bgs-osx32.zip"
2016
skip_cleanup: true
2117
on:
2218
tags: true

0 commit comments

Comments
 (0)