Knowledge-Graph-Hub / automate-pheno-comparisons

Jenkins-based automation of phenotype semantic similarity on PHENIO with Semsimian.
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

unzip: not found #16

Closed caufieldjh closed 5 months ago

caufieldjh commented 5 months ago

Docker container for this build doesn't have unzip installed, so it fails when it tries to decompress the duckdb binary.

caufieldjh commented 5 months ago

17 doesn't work because the jenkinsuser isn't a sudoer.

Options:

Yep something like python -m zipfile -e duckdb_cli-linux-amd64.zip ./ should work, though the output will probably need chmod +x

caufieldjh commented 5 months ago

Fixed in #18