Skip to content

Commit

Permalink
remove erb from code comments
Browse files Browse the repository at this point in the history
Fixes #4
  • Loading branch information
Jeremy Nicklas committed Jan 3, 2018
1 parent 341e2d2 commit ab373e0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Fixed
- Remove ERB from YAML comments to avoid possible crash.
[#4](https://github.com/OSC/bc_example_jupyter/issues/4)

## 1.0.0 - 2017-11-15
### Added
Expand Down
9 changes: 4 additions & 5 deletions submit.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ batch_connect:
# Configure the job script submission parameters for the batch job here
# @see http://www.rubydoc.info/gems/ood_core/OodCore/Job/Script
#

# Example for Slurm
#
# @example Specify nodes with specific features for all jobs
#script:
# native: [ "-N", "<%= bc_num_slots.blank? ? 1 : bc_num_slots.to_i %>", "-C", "c12" ]
# queue_name: "queue1"
# accounting_id: "account1"
# email_on_started: true
# native: # ... array of command line arguments ...

0 comments on commit ab373e0

Please sign in to comment.