Skip to content

Commit

Permalink
dont specify bindpath (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom authored Dec 11, 2024
1 parent ae56fbd commit f72c0a1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion apps.awesim.org/apps/bc_desktop/submit/vdi.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ script:
native:
<%- if ['ascend-login', 'cardinal-login'].include?(cluster) -%>
singularity_container: "<%= container_lookup[cluster] %>"
singularity_bindpath: "/run,/apps"
<%- else -%>
<%- args.each do |arg| -%>
- "<%= arg %>"
Expand Down
1 change: 0 additions & 1 deletion ondemand.osc.edu/apps/bc_desktop/submit/vdi.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ script:
native:
<%- if ['ascend-login', 'cardinal-login'].include?(cluster) -%>
singularity_container: "<%= container_lookup[cluster] %>"
singularity_bindpath: "/run,/apps"
<%- else -%>
<%- args.each do |arg| -%>
- "<%= arg %>"
Expand Down

0 comments on commit f72c0a1

Please sign in to comment.