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"
|
||||
run: echo WORKSPACE
|
||||
- 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"
|
||||
run: ls -lisa
|
||||
- name: "LS ECHO"
|
||||
|
@ -28,4 +28,3 @@ jobs:
|
|||
registry: git.kocoder.xyz
|
||||
username: ${{ secrets.CI_RUNNER_USER }}
|
||||
password: ${{ secrets.CI_RUNNER_TOKEN }}
|
||||
build_file: ubuntu-vscode-node/Dockerfile
|
||||
|
|
Loading…
Reference in New Issue
Block a user