generated from FNNDSC/python-chrisapp-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Configure python-chrisapp-template/bootstrap.sh
- Loading branch information
1 parent
34ae856
commit d25d4ee
Showing
1 changed file
with
5 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,11 +15,11 @@ | |
# ---------------------------------------- | ||
|
||
PLUGIN_NAME="$(basename $(dirname $(realpath $0)))" # name of current directory | ||
PLUGIN_TITLE='My ChRIS Plugin' | ||
SCRIPT_NAME='commandname' | ||
DESCRIPTION='A ChRIS plugin to do something awesome' | ||
PLUGIN_TITLE='Inner Subplate Surface Fit' | ||
SCRIPT_NAME='innerspfit' | ||
DESCRIPTION='Outer to inner surface mesh deformation using a radial distance map for human fetal MRI' | ||
ORGANIZATION='FNNDSC' | ||
EMAIL='[email protected]' | ||
EMAIL='[email protected]' | ||
|
||
# Github Actions: automatically test and build your code. | ||
# https://github.com/FNNDSC/python-chrisapp-template/wiki/Continuous-Integration | ||
|
@@ -28,9 +28,6 @@ EMAIL='[email protected]' | |
# Repositories under github.com/FNNDSC are preconfigured, so these defaults might work. | ||
# Please review the file .github/workflows/ci.yml before you push it. | ||
|
||
# Automatically test on Github Actions each time you run `git push` | ||
# If the value is "no" then tests are not performed. There are no side effects. | ||
ENABLE_ACTIONS_TEST=yes | ||
# Automatically build images on Github Actions each time you run `git push`, | ||
# and also publish to https://chrisstore.co each time you run `git push --tags` | ||
# If the value is "no" then builds will not be automated. | ||
|
@@ -46,7 +43,7 @@ ENABLE_ACTIONS_BUILD=yes | |
# STEP 2. Uncomment the line where it says READY=yes | ||
# ---------------------------------------- | ||
|
||
#READY=yes | ||
READY=yes | ||
|
||
# ---------------------------------------- | ||
# STEP 3. Run: ./bootstrap.sh | ||
|