File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5252 # This "ugly" workaround is needed for now because we use a container to run the job
5353 # so we use docker-in-docker but by default github mount the workspace in the container
5454 # not at the same location
55- # - on the host it's on github.workspace => /home/runner/work/artesca/artesca
56- # - in the container it's on GITHUB_WORKSPACE => /__w/artesca/artesca
55+ # - on the host it's on github.workspace => /home/runner/work/metalk8s/metalk8s
56+ # - in the container it's on GITHUB_WORKSPACE => /__w/metalk8s/metalk8s
5757 # Which means if we want to creata docker with bind mount we need to use the host path
5858 # that's why we also mount the workspace in the container at the same location
5959 - ${{ github.workspace }}:${{ github.workspace }}
You can’t perform that action at this time.
0 commit comments