Skip to content

Commit 4254a4c

Browse files
committed
chore(ci): dont ls singluar artifact folder
1 parent 5084e78 commit 4254a4c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

script/ci/unpack-and-test.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")"; pwd)" # Figure out where the
66
. "$SCRIPT_DIR"/../lib/robust-bash.sh
77

88
ls -1
9-
ls -1 artifact
109
mkdir -p prebuilds
11-
mv artifact*/*.tar.gz . || echo "no mac prebuilds"
10+
mv artifact*/*.tar.gz .
1211
ls *.gz |xargs -n1 tar -xzf
1312
"$SCRIPT_DIR"/../download-plugins.sh
1413
"$SCRIPT_DIR"/build-and-test.sh

0 commit comments

Comments
 (0)