mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 03:36:32 +08:00
close #755
This commit is contained in:
parent
193f3d1552
commit
1d8a9b9c75
|
@ -4,11 +4,11 @@ wc -l ../zabapgit.abap
|
|||
cd ..
|
||||
git clone https://github.com/larshp/abapGit.git -b build build
|
||||
ls -l
|
||||
cp zabapgit.abap build/zabapgit.txt
|
||||
cp zabapgit.abap build/zabapgit.abap
|
||||
cd build
|
||||
git status
|
||||
git config --global user.email "builds@travis-ci.com"
|
||||
git config --global user.name "Travis CI"
|
||||
git add zabapgit.txt
|
||||
git add zabapgit.abap
|
||||
git commit -m "Travis build $TRAVIS_BUILD_NUMBER"
|
||||
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