Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit 955d4f2

Browse files
committed
Print out artifacts
1 parent 514ba32 commit 955d4f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.cirrus.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ freebsd_build_task:
3737
- |
3838
if [ -n "${working_dir}" ]; then change_dir="cd ${working_dir} &&"; fi
3939
echo "$change_dir npm install --unsafe-perm" | $exec_prefix /bin/sh
40+
echo "Generated files:"
41+
echo "$change_dir find vendor | $exec_prefix /bin/sh
4042
4143
publish_task:
4244
only_if: $CIRRUS_TAG != ""

0 commit comments

Comments
 (0)