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.
2 parents 208fb4c + 343ed7a commit 8e03a04Copy full SHA for 8e03a04
1 file changed
.circleci/config.yml
@@ -83,6 +83,8 @@ jobs:
83
cd /opt/fits && sudo unzip fits-1.5.5.zip && sudo chmod +X fits.sh
84
sudo sed -i 's/\(<tool.*TikaTool.*>\)/<!--\1-->/' /opt/fits/xml/fits.xml
85
echo 'export PATH=/opt/fits:$PATH' >> $BASH_ENV
86
+ # Sometimes this updated PATH isn't available so set fits_path in Hyrax initializer too
87
+ sed -i 's/# config.fits_path = "fits.sh"/config.fits_path = "\/opt\/fits\/fits.sh"/' /home/circleci/repo/config/initializers/hyrax.rb
88
89
# Download and cache dependencies
90
- restore_cache:
0 commit comments