Skip to content

Commit 3759514

Browse files
committed
CI: Remove strauss from the final build
1 parent 6d2c97a commit 3759514

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
/home/circleci/tooling/build-tools/build_tools.sh package_build -o "gf-entries-in-excel gfexcel.php $([[ $(git log -n 1 | grep "\[skip release\]") ]] && echo --include-hash)"
2929
fi
3030
mkdir -p gf-entries-in-excel
31-
rm -rf build/composer.* build/strauss.phar
3231
cp -R build gf-entries-in-excel
32+
rm -rf gf-entries-in-excel/build/composer.* gf-entries-in-excel/build/strauss.phar
3333
zip -gr $(ls gf-entries-in-excel-*.zip) gf-entries-in-excel
3434
zip -d $(ls gf-entries-in-excel-*.zip) "gf-entries-in-excel/src/*" "gf-entries-in-excel/assets/*"
3535
mkdir .release

0 commit comments

Comments
 (0)