Re: [gdal-dev] Problem replicating docker CI (GitHub Actions) locally

2020-07-26 Thread Björn Harrtell
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

Re: [gdal-dev] Problem replicating docker CI (GitHub Actions) locally

2020-07-26 Thread 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 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

[gdal-dev] Problem replicating docker CI (GitHub Actions) locally

2020-07-26 Thread Björn Harrtell
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