We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 906e4d9 + 64233c7 commit 11f2095Copy full SHA for 11f2095
.circleci/build.sh
@@ -1,4 +1,6 @@
1
#!/usr/bin/env bash
2
set -e
3
cd ~/project
4
-zip -r ~/solrconfig.zip . -x .git
+zip -r ~/solrconfig.zip . -x ".git*" \
5
+ Gemfile Gemfile.lock "spec/*" "vendor/*" \
6
+ Makefile ".circle*" "bin/*" LICENSE "README*" \
0 commit comments