We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5084e78 commit 4254a4cCopy full SHA for 4254a4c
script/ci/unpack-and-test.sh
@@ -6,9 +6,8 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")"; pwd)" # Figure out where the
6
. "$SCRIPT_DIR"/../lib/robust-bash.sh
7
8
ls -1
9
-ls -1 artifact
10
mkdir -p prebuilds
11
-mv artifact*/*.tar.gz . || echo "no mac prebuilds"
+mv artifact*/*.tar.gz .
12
ls *.gz |xargs -n1 tar -xzf
13
"$SCRIPT_DIR"/../download-plugins.sh
14
"$SCRIPT_DIR"/build-and-test.sh
0 commit comments