This commit is contained in:
@@ -10,6 +10,13 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: docker # 匹配你 runner 的标签
|
runs-on: docker # 匹配你 runner 的标签
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout code
|
||||||
|
run: |
|
||||||
|
git init
|
||||||
|
git remote add origin http://gitea:8418/windychen/windyChenUtils.git
|
||||||
|
git fetch --depth 1 origin ${{ github.sha }}
|
||||||
|
git checkout ${{ github.sha }}
|
||||||
|
|
||||||
- name: Setup npm for Verdaccio
|
- name: Setup npm for Verdaccio
|
||||||
run: |
|
run: |
|
||||||
npm config set registry http://verdaccio:4873/
|
npm config set registry http://verdaccio:4873/
|
||||||
|
|||||||
Reference in New Issue
Block a user