We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aa5c40 commit 3ee3453Copy full SHA for 3ee3453
cob_datapipeline/scripts/ingest_marc.sh
@@ -15,6 +15,7 @@ fi
15
git clone https://github.com/tulibraries/cob_index.git tmp/cob_index --branch=$GIT_BRANCH
16
cd tmp/cob_index
17
gem install bundler
18
+bundle config set force_ruby_platform true
19
bundle install --without=debug
20
21
data_in=$(echo $DATA | jq -r '.[]')
0 commit comments