Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/5-internal/cabal-install-artefacts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix bug: cabal-install-artefacts.sh fails if not run from root of wire-server
2 changes: 2 additions & 0 deletions hack/bin/cabal-install-artefacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ else
pattern="$1"
fi

cd "$TOP_LEVEL"

cabal-plan list-bins "$pattern:exe:*" |
awk '{print $2}' |
xargs -i sh -c 'test -f {} && echo {} || true' |
Expand Down