File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -5,18 +5,14 @@ before_install: npm install -g grunt-cli
5
5
install : npm install
6
6
before_script : grunt build
7
7
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
15
8
- ls -R
9
+ - cd build/beaglebone-getting-started/osx32
10
+ - zip ../bgs-osx32.zip *
11
+ - cd ../../..
16
12
deploy :
17
13
provider : releases
18
14
api_key : $GITHUBDEPLOY
19
- file : " build/beaglebone-getting-started/osx32"
15
+ file : " build/beaglebone-getting-started/bgs- osx32.zip "
20
16
skip_cleanup : true
21
17
on :
22
18
tags : true
You can’t perform that action at this time.
0 commit comments