mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 02:58:20 +08:00
ci (#1504)
* ci * Delete .github/workflows/build_ui5_stringified.yaml * Update and rename build_bsp.yaml to build_frontend_classic.yaml * Update and rename build_webapp.yaml to build_frontend_cloud.yaml
This commit is contained in:
parent
6a9eeafa43
commit
4c03cdcb54
2
.github/workflows/build_downport.yaml
vendored
2
.github/workflows/build_downport.yaml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
|||
- name: send to downport repository
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
external_repository: abap2UI5-downports/abap2UI5
|
||||
external_repository: abap2UI5-downported/abap2UI5
|
||||
user_name: 'github-actions[bot]'
|
||||
user_email: 'github-actions[bot]@users.noreply.github.com'
|
||||
publish_branch: main
|
||||
|
|
|
@ -20,10 +20,10 @@ jobs:
|
|||
- name: send to bsp repository
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
external_repository: abap2UI5-connectors/fiori-launchpad-connector-onpremise
|
||||
external_repository: abap2UI5/frontend
|
||||
user_name: 'github-actions[bot]'
|
||||
user_email: 'github-actions[bot]@users.noreply.github.com'
|
||||
publish_branch: main
|
||||
publish_branch: classic
|
||||
publish_dir: output
|
||||
deploy_key: ${{ secrets.ACTION_BSP_KEY }}
|
||||
destination_dir: src/02
|
|
@ -19,10 +19,10 @@ jobs:
|
|||
- name: send to bsp repository
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
external_repository: abap2UI5-connectors/btp-connector
|
||||
external_repository: abap2UI5/frontend
|
||||
user_name: 'github-actions[bot]'
|
||||
user_email: 'github-actions[bot]@users.noreply.github.com'
|
||||
publish_branch: main
|
||||
publish_branch: cloud
|
||||
publish_dir: ./app/webapp
|
||||
deploy_key: ${{ secrets.ACTION_WEBAPP_KEY }}
|
||||
destination_dir: webapp
|
28
.github/workflows/build_ui5_stringified.yaml
vendored
28
.github/workflows/build_ui5_stringified.yaml
vendored
|
@ -1,28 +0,0 @@
|
|||
name: build_ui5_stringified
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
pull-requests: write
|
||||
|
||||
jobs:
|
||||
build_ui5_stringified:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 20
|
||||
- run: |
|
||||
node ci/app2string/trans2abap.js
|
||||
npm install @abaplint/cli -g
|
||||
abaplint --fix ci/app2string/abaplint.jsonc
|
||||
git status
|
||||
- name: Open PR
|
||||
uses: peter-evans/create-pull-request@v4
|
||||
with:
|
||||
title: Automatic Update
|
Loading…
Reference in New Issue
Block a user