This commit is contained in:
@@ -10,6 +10,13 @@ jobs:
|
||||
build:
|
||||
runs-on: docker # 匹配你 runner 的标签
|
||||
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
|
||||
run: |
|
||||
npm config set registry http://verdaccio:4873/
|
||||
|
||||
Reference in New Issue
Block a user