Skip to content

Commit e88243b

Browse files
authored
update downport with 702 branch
1 parent ee05bc1 commit e88243b

File tree

5 files changed

+732
-394
lines changed

5 files changed

+732
-394
lines changed

.github/abaplint/abap_702.jsonc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77
"url": "https://github.com/open-abap/open-abap-core",
88
"folder": "/deps",
99
"files": "/src/**/*.*"
10+
},
11+
{
12+
"url": "https://github.com/abap2UI5/abap2UI5",
13+
"folder": "/abap2UI5",
14+
"branch": "702"
15+
"files": "/src/**/*.*"
1016
}
1117
],
1218
"syntax": {

.github/workflows/ABAP_702.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,5 @@ jobs:
1818
with:
1919
node-version: 20
2020
- run: npm ci
21-
- run: npm run init_downport
2221
- run: npm run downport
2322
- run: npx abaplint .github/abaplint/abap_702.jsonc

.github/workflows/auto_downport.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ jobs:
1818
node-version: '16'
1919

2020
- run: npm ci
21-
- run: npm run init_downport
2221
- run: npm run downport
23-
- run: npm run cleanup_downport
2422

2523
- name: Commit Changes
2624
run: |

0 commit comments

Comments
 (0)