Update clone into the current directory
Some checks failed
build-docker-imge / Build the docker container (push) Failing after 8s

This commit is contained in:
Konstantin Hintermayer 2024-07-06 23:42:26 +02:00
parent cc58d7be52
commit 3eeeaf2e6a

View File

@ -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