Skip to content

Commit

Permalink
[FIX] fix build git directory
Browse files Browse the repository at this point in the history
  • Loading branch information
smb committed Jul 10, 2018
1 parent 4673bc8 commit 8d1f1c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ wc -l ../zabapgit.abap
cd ..
git clone https://github.com/sb-sap/abapgit-build.git
ls -l
cp zabapgit.abap build/zabapgit.abap
cd build
cp zabapgit.abap abapgit-build/zabapgit.abap
cd abapgit-build
git status
git config --global user.email "builds@travis-ci.com"
git config --global user.name "Travis CI"
Expand Down

0 comments on commit 8d1f1c3

Please sign in to comment.