Skip to content

Commit

Permalink
Configure python-chrisapp-template/bootstrap.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Sep 8, 2023
1 parent 34ae856 commit d25d4ee
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand All @@ -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
Expand Down

0 comments on commit d25d4ee

Please sign in to comment.