mirror of
https://github.com/dbgate/dbgate
synced 2024-11-23 00:43:10 +00:00
build premium
This commit is contained in:
parent
891329de29
commit
80106f82a9
12
.github/workflows/build-app-pro-beta.yaml
vendored
12
.github/workflows/build-app-pro-beta.yaml
vendored
@ -29,21 +29,23 @@ jobs:
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
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
|
||||
run: |
|
||||
echo "Working directory"
|
||||
pwd
|
||||
cd ..
|
||||
git clone https://github.com/dbgate/dbgate-pro.git
|
||||
mkdir dbgate-merged
|
||||
cd dbgate-pro
|
||||
cd sync
|
||||
yarn
|
||||
node sync.js --nowatch
|
||||
cd ..
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
|
||||
- name: yarn adjustPackageJson
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user