Skip to content

Commit

Permalink
bug: 修复release-1.8编译报错 TencentBlueKing#10445
Browse files Browse the repository at this point in the history
  • Loading branch information
mingshewhe committed May 31, 2024
1 parent 8c3b6ed commit e892b56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
- run: yarn install && yarn start && yarn public
- run: |
export NODE_OPTIONS=--openssl-legacy-provider
yarn install && yarn start && yarn public
working-directory: src/frontend
- uses: actions/upload-artifact@v1
with:
Expand Down Expand Up @@ -190,7 +192,7 @@ jobs:
cd src/frontend/devops-codecc
rm -rf dist
npm i
npm run build
npm i --force && npm run build
if [ -f dist/index.html ]; then
mv dist/index.html dist/frontend#index.html
fi
Expand Down
1 change: 0 additions & 1 deletion bk-ci
Submodule bk-ci deleted from d418a0

0 comments on commit e892b56

Please sign in to comment.