Skip to content

Releases: katilp/condition-data-test

Local scripts and an attempt for a workflow

27 Jun 18:43
58a05cd
Compare
Choose a tag to compare

The scripts prepare.sh and find_db-sh work when opening the container interactively.
When using the same container in the GitHub action workflow, the git version is not correct.
The git version gets corrected if the path is updated to include /usr/local. But git clone fails because of
usr/local/libexec/git-core/git-remote-https: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory. This is however available in the container when used interactively.