Skip to content

Commit

Permalink
debugging, missing package
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena committed Jun 25, 2024
1 parent 9c3bfcc commit bcedc15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/workflowhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
bundle config path vendor/bundle
bundle install --jobs 4 --retry 3
bundle pristine ffi
sudo apt install -y graphviz
# END Dependencies

# Required to build the RO-Crates
Expand Down
3 changes: 1 addition & 2 deletions _plugins/gtn/ro-crate.rb
Original file line number Diff line number Diff line change
Expand Up @@ -191,10 +191,9 @@ def self.write(site, dir, associated_material, workflow, url, baseurl, time_base
wf_ga.delete('creator')

File.write(File.join(wfdir, 'mod.ga'), JSON.pretty_generate(wf_ga))
# p "Writing #{File.join(wfdir, 'mod.ga')}"

zip_path = File.join(wfdir, 'rocrate.zip')
Jekyll.logger.debug "[GTN/API/WFRun] Zipping #{zip_path}"
Jekyll.logger.info "[GTN/API/WFRun] Zipping #{zip_path}"
if File.exist?(zip_path)
File.delete(zip_path)
end
Expand Down

0 comments on commit bcedc15

Please sign in to comment.