maybe this will get the path right?

probably not
This commit is contained in:
Jean-Paul Calderone 2019-04-03 13:37:38 -04:00
parent 3cf9e05efd
commit 81fbc1dfb5

View File

@ -439,7 +439,7 @@ jobs:
- run:
name: "Build Debian 9 image"
command: |
docker build -t tahoe-lafs/ci-debian-9:latest -f .circleci/Dockerfile.debian-9 .
docker build -t tahoe-lafs/ci-debian-9:latest -f ~/project/.circleci/Dockerfile.debian-9 .
- run:
name: "Push Debian 9 image"
command: |