Update clone into the current directory
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
cc58d7be52
commit
3eeeaf2e6a
|
@ -11,7 +11,7 @@ jobs:
|
|||
- name: "Print env"
|
||||
run: echo WORKSPACE
|
||||
- name: "Git clone"
|
||||
run: git clone ${{ gitea.server_url }}/${{ gitea.repository }}.git repository && cd repository
|
||||
run: git clone ${{ gitea.server_url }}/${{ gitea.repository }}.git .
|
||||
- name: "LS"
|
||||
run: ls -lisa
|
||||
- name: "LS ECHO"
|
||||
|
@ -27,3 +27,4 @@ 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