Change into the git dir
Some checks failed
build-docker-imge / Build the docker container (push) Failing after 8s
Some checks failed
build-docker-imge / Build the docker container (push) Failing after 8s
This commit is contained in:
parent
4a5b136ef2
commit
61ee2070d3
|
@ -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 && cd "${{ gitea.repository_name }}"
|
||||||
- name: "LS"
|
- name: "LS"
|
||||||
run: ls -lisa
|
run: ls -lisa
|
||||||
- name: "LS ECHO"
|
- name: "LS ECHO"
|
||||||
|
@ -28,4 +28,3 @@ jobs:
|
||||||
registry: git.kocoder.xyz
|
registry: git.kocoder.xyz
|
||||||
username: ${{ secrets.CI_RUNNER_USER }}
|
username: ${{ secrets.CI_RUNNER_USER }}
|
||||||
password: ${{ secrets.CI_RUNNER_TOKEN }}
|
password: ${{ secrets.CI_RUNNER_TOKEN }}
|
||||||
build_file: ubuntu-vscode-node/Dockerfile
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user