Skip to content

Commit 11f2095

Browse files
authored
Merge pull request #12 from tulibraries/update-build-step
Update files to be zipped
2 parents 906e4d9 + 64233c7 commit 11f2095

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/build.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/usr/bin/env bash
22
set -e
33
cd ~/project
4-
zip -r ~/solrconfig.zip . -x .git
4+
zip -r ~/solrconfig.zip . -x ".git*" \
5+
Gemfile Gemfile.lock "spec/*" "vendor/*" \
6+
Makefile ".circle*" "bin/*" LICENSE "README*" \

0 commit comments

Comments
 (0)