Skip to content

Commit

Permalink
No need to run docker with --it (GitHub runner has no TTY)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hannah Bast committed Sep 23, 2023
1 parent 523f1fb commit 078eb6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
ls -l osm-malta.pbf
docker run --rm -v $(pwd):/data osm2rdf /data/osm-malta.pbf -o /data/osm-malta.ttl
ls -l osm-malta.pbf osm-malta.ttl.bz2
docker run -it --rm -v $(pwd):/data stain/jena riot --validate /data/osm-malta.ttl.bz2
docker run --rm -v $(pwd):/data stain/jena riot --validate /data/osm-malta.ttl.bz2

0 comments on commit 078eb6c

Please sign in to comment.