Skip to content
Snippets Groups Projects
Unverified Commit f1ae45c6 authored by Ravi Tripathi's avatar Ravi Tripathi Committed by GitHub
Browse files

Merge pull request #5 from diedpigs/fix-deploy-issue

Fix deploy issue
parents 798c1c86 fa2650e5
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ script:
- "--mem-per-cpu=<%= bc_num_mems.blank? ? 4 : bc_num_mems.to_i %>G"
- "--partition=<%= bc_partition %>"
- "--time=<%= bc_num_hours.blank? ? 1 : bc_num_hours.to_i %>:00:00"
- "--job-name=ood-{{ igv_module_name|lower }}"
- "--job-name=ood-igv"
<%- if bc_partition.include? "pascalnodes" -%>
- "--gres=gpu:1"
<%- end -%>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment