Change into the git dir
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:28:28 +02:00
parent 4a5b136ef2
commit 61ee2070d3

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