Skip to content

Local scripts and an attempt for a workflow

Pre-release
Pre-release
Compare
Choose a tag to compare
@katilp katilp released this 27 Jun 18:43
· 33 commits to main since this release
58a05cd

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.