Skip to content
This repository has been archived by the owner on Jun 18, 2023. It is now read-only.

Commit

Permalink
build: change original build script
Browse files Browse the repository at this point in the history
  • Loading branch information
FlysoftBeta committed Dec 28, 2022
1 parent 6d58515 commit e02d765
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 179 deletions.
25 changes: 0 additions & 25 deletions .github/ISSUE_TEMPLATE/bug-report---bug---.md

This file was deleted.

20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature-request--------.md

This file was deleted.

21 changes: 0 additions & 21 deletions .github/config.yml

This file was deleted.

54 changes: 0 additions & 54 deletions .github/workflows/docker.yml

This file was deleted.

53 changes: 0 additions & 53 deletions .github/workflows/issue_bot.yml

This file was deleted.

9 changes: 3 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -314,8 +314,7 @@ jobs:
path: ${{ steps.pkgname.outputs.pkgname }}
if-no-files-found: error

- name: 同步 docker 内外目录
# $PWD 在 docker 中被映射到 /github/workspace
- name: sync docker dir
run: |
sudo mkdir /github
sudo ln -s $PWD /github/workspace
Expand Down Expand Up @@ -361,8 +360,7 @@ jobs:
path: ${{ steps.pkgname.outputs.pkgname }}
if-no-files-found: error

- name: 同步 docker 内外目录
# $PWD 在 docker 中被映射到 /github/workspace
- name: sync docker dir
run: |
sudo mkdir /github
sudo ln -s $PWD /github/workspace
Expand Down Expand Up @@ -408,8 +406,7 @@ jobs:
path: ${{ steps.pkgname.outputs.pkgname }}
if-no-files-found: error

- name: 同步 docker 内外目录
# $PWD 在 docker 中被映射到 /github/workspace
- name: sync docker dir
run: |
sudo mkdir /github
sudo ln -s $PWD /github/workspace
Expand Down

0 comments on commit e02d765

Please sign in to comment.