更新 .gitea/workflows/build.yml
This commit is contained in:
@@ -9,11 +9,11 @@ env:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
sairen:
|
sairen:
|
||||||
runs-on: lab-linux-amd64
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Clone repository
|
- name: Clone repository
|
||||||
run: |
|
run: |
|
||||||
git -c http.sslVerify=false clone -b main https://${{ secrets.GITHUB_TOKEN }}@home.azw.net.cn:60030/azwlabgit/${{ github.repository }}.git
|
git -c http.sslVerify=false clone -b main https://${{ secrets.GITHUB_TOKEN }}@git.azw.net.cn/${{ github.repository }}.git
|
||||||
- name: build
|
- name: build
|
||||||
run: |
|
run: |
|
||||||
cd az-map
|
cd az-map
|
||||||
|
|||||||
Reference in New Issue
Block a user