forked from 0xWheatyz/SPARC
fix(ci): internal dns name does not support https
This commit is contained in:
@@ -20,7 +20,7 @@ jobs:
|
|||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
shell: sh
|
shell: sh
|
||||||
run: |
|
run: |
|
||||||
git clone https://gitea.gitea.svc.cluster.local/${{ gitea.repository }}.git .
|
git clone http://gitea.gitea.svc.cluster.local/${{ gitea.repository }}.git .
|
||||||
git checkout ${{ gitea.sha }}
|
git checkout ${{ gitea.sha }}
|
||||||
|
|
||||||
- name: Determine image tags
|
- name: Determine image tags
|
||||||
@@ -90,7 +90,7 @@ jobs:
|
|||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
shell: sh
|
shell: sh
|
||||||
run: |
|
run: |
|
||||||
git clone https://gitea.gitea.svc.cluster.local/${{ gitea.repository }}.git .
|
git clone http://gitea.gitea.svc.cluster.local/${{ gitea.repository }}.git .
|
||||||
git checkout ${{ gitea.sha }}
|
git checkout ${{ gitea.sha }}
|
||||||
|
|
||||||
- name: Determine image tags
|
- name: Determine image tags
|
||||||
|
|||||||
Reference in New Issue
Block a user