Make it less strict?
ci/woodpecker/push/build Pipeline was successful Details
ci/woodpecker/push/release Pipeline was successful Details

This commit is contained in:
Olivier 'reivilibre' 2022-06-02 22:26:24 +01:00
parent ef70e0998e
commit 25b1e14d84
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
buildInputs = [ pkgs.makeWrapper ];
postInstall = ''
set -eu
# set -eu
#for fn in $out/bin/{datman,yama,datman-helper-{mysql,postgres}-{backup,restore}}; do
# wrapProgram $fn --suffix PATH : $out/bin
#done