Skip to content

Commit 3ee3453

Browse files
authored
Nokogiri is no longer working with regular bundle install, we need to build with ruby (#1670)
1 parent 6aa5c40 commit 3ee3453

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cob_datapipeline/scripts/ingest_marc.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ fi
1515
git clone https://github.com/tulibraries/cob_index.git tmp/cob_index --branch=$GIT_BRANCH
1616
cd tmp/cob_index
1717
gem install bundler
18+
bundle config set force_ruby_platform true
1819
bundle install --without=debug
1920

2021
data_in=$(echo $DATA | jq -r '.[]')

0 commit comments

Comments
 (0)