Repair gitea server url
Some checks failed
build-docker-imge / Build the docker container (push) Failing after 7s
Some checks failed
build-docker-imge / Build the docker container (push) Failing after 7s
This commit is contained in:
parent
374a3638cb
commit
f684a806d7
|
@ -11,7 +11,7 @@ jobs:
|
||||||
- name: "Print env"
|
- name: "Print env"
|
||||||
run: echo WORKSPACE
|
run: echo WORKSPACE
|
||||||
- name: "Git clone"
|
- name: "Git clone"
|
||||||
run: git clone ${{ gitea.server_url }}${{ gitea.repository }}.git
|
run: git clone ${{ gitea.server_url }}/${{ gitea.repository }}.git
|
||||||
- name: "LS"
|
- name: "LS"
|
||||||
run: ls -lisa
|
run: ls -lisa
|
||||||
- name: "LS ECHO"
|
- name: "LS ECHO"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user