更新 .gitea/workflows/build.yml
This commit is contained in:
@@ -9,11 +9,11 @@ env:
|
||||
|
||||
jobs:
|
||||
sairen:
|
||||
runs-on: lab-linux-amd64
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Clone repository
|
||||
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
|
||||
run: |
|
||||
cd az-map
|
||||
|
||||
Reference in New Issue
Block a user