mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-27 12:36:01 +00:00
build premium
This commit is contained in:
12
.github/workflows/build-app-pro-beta.yaml
vendored
12
.github/workflows/build-app-pro-beta.yaml
vendored
@@ -30,20 +30,22 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: 18.x
|
node-version: 18.x
|
||||||
|
|
||||||
|
- name: dbgate/dbgate-pro
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
repository: dbgate/dbgate-pro
|
||||||
|
token: ${{ secrets.GH_TOKEN }}
|
||||||
|
path: ../dbgate-pro
|
||||||
|
|
||||||
- name: Merge dbgate/dbgate-pro
|
- name: Merge dbgate/dbgate-pro
|
||||||
run: |
|
run: |
|
||||||
echo "Working directory"
|
|
||||||
pwd
|
|
||||||
cd ..
|
cd ..
|
||||||
git clone https://github.com/dbgate/dbgate-pro.git
|
|
||||||
mkdir dbgate-merged
|
mkdir dbgate-merged
|
||||||
cd dbgate-pro
|
cd dbgate-pro
|
||||||
cd sync
|
cd sync
|
||||||
yarn
|
yarn
|
||||||
node sync.js --nowatch
|
node sync.js --nowatch
|
||||||
cd ..
|
cd ..
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
|
||||||
|
|
||||||
- name: yarn adjustPackageJson
|
- name: yarn adjustPackageJson
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user