Skip to content

Commit

Permalink
Merge pull request #12 from tulibraries/update-build-step
Browse files Browse the repository at this point in the history
Update files to be zipped
  • Loading branch information
dkinzer authored Aug 9, 2024
2 parents 906e4d9 + 64233c7 commit 11f2095
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/usr/bin/env bash
set -e
cd ~/project
zip -r ~/solrconfig.zip . -x .git
zip -r ~/solrconfig.zip . -x ".git*" \
Gemfile Gemfile.lock "spec/*" "vendor/*" \
Makefile ".circle*" "bin/*" LICENSE "README*" \

0 comments on commit 11f2095

Please sign in to comment.