Exclude package from AJSON mirror (#5125)

* Exclude package from AJSON mirror

Just copy `z*` objects which keeps `package.devc.xml`

* Update package.devc.xml

Co-authored-by: Lars Hvam <larshp@hotmail.com>
This commit is contained in:
Marc Bernard 2021-11-10 15:45:10 +00:00 committed by GitHub
parent 289f22d79d
commit 0d957aac17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -22,8 +22,8 @@ jobs:
run: |
git clone https://github.com/abapGit/ajson_mirror.git
ls -l
rm src/json/*
cp ajson_mirror/src/* src/json/
rm src/json/z*
cp ajson_mirror/src/z* src/json/
rm -rf ajson_mirror
git status
- name: Open PR

View File

@ -3,7 +3,7 @@
<asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">
<asx:values>
<DEVC>
<CTEXT>Yet another json parser/serializer for ABAP</CTEXT>
<CTEXT>abapGit - AJSON (mirrored)</CTEXT>
</DEVC>
</asx:values>
</asx:abap>