mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
move builds to build branch #749
This commit is contained in:
parent
c0c52da69f
commit
1cb0c90c0d
11
travis.sh
11
travis.sh
|
@ -2,14 +2,13 @@
|
|||
abapmerge src/zabapgit.prog.abap > ../zabapgit.abap
|
||||
wc -l ../zabapgit.abap
|
||||
cd ..
|
||||
git clone https://github.com/larshp/abapGit.git -b gh-pages pages
|
||||
git clone https://github.com/larshp/abapGit.git -b build build
|
||||
ls -l
|
||||
cp zabapgit.abap pages/build/zabapgit$(date -u "+%Y-%m-%d-%H-%M-%S").txt
|
||||
cp zabapgit.abap pages/build/zabapgit.txt
|
||||
cd pages
|
||||
cp zabapgit.abap build/zabapgit.txt
|
||||
cd build
|
||||
git status
|
||||
git config --global user.email "builds@travis-ci.com"
|
||||
git config --global user.name "Travis CI"
|
||||
git add build/*.txt
|
||||
git add zabapgit.txt
|
||||
git commit -m "Travis build $TRAVIS_BUILD_NUMBER"
|
||||
git push -q https://$GITHUB_API_KEY@github.com/larshp/abapGit.git gh-pages > /dev/null 2>&1
|
||||
git push -q https://$GITHUB_API_KEY@github.com/larshp/abapGit.git build > /dev/null 2>&1
|
||||
|
|
Loading…
Reference in New Issue
Block a user