Thanks Even, that was it. Didn't realize that it copied the local repo as
is into the container.
Den sön 26 juli 2020 kl 18:56 skrev Even Rouault :
> On dimanche 26 juillet 2020 17:51:05 CEST Björn Harrtell wrote:
>
> > I'm trying to run the same docker build and test run as in
>
> > workflow ubu
On dimanche 26 juillet 2020 17:51:05 CEST Björn Harrtell wrote:
> I'm trying to run the same docker build and test run as in
> workflow ubuntu_20.04 on GitHub Actions but locally.
>
> Running `docker build -f .github/workflows/ubuntu_20.04/Dockerfile.deps -t
> gdal-deps-ubuntu-20.04 .github/workfl
I'm trying to run the same docker build and test run as in
workflow ubuntu_20.04 on GitHub Actions but locally.
Running `docker build -f .github/workflows/ubuntu_20.04/Dockerfile.deps -t
gdal-deps-ubuntu-20.04 .github/workflows/ubuntu_20.04` goes fine.
Running `docker build -f .github/workflows/u