-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #171 from sylvinite/master
NGI_Pipeline now on regular branch; standalone scripts included
- Loading branch information
Showing
4 changed files
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
ss_repo: "https://github.com/SciLifeLab/standalone_scripts.git" | ||
ss_dest: "{{ sw_path }}/standalone_scripts" | ||
ss_version: 787dd25fed6692550630f3c1db404f47f5bacb16 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#Kind of meager recipe, but will most likely grow from dependencies | ||
|
||
- name: Fetch standalone_scripts from GitHub | ||
git: repo="{{ ss_repo }}" | ||
dest="{{ ss_dest }}" | ||
version="{{ ss_version }}" | ||
force=yes |