File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 288288 fi
289289}
290290
291- echo " Note that CI deployment requires additional configuration. Please contact a SciJava administrator for more information."
291+ cat << EOL
292+ ---------------------------------------------------------------------
293+ This script sets up continuous integration (CI) using GitHub Actions.
294+ It will add CI configuration if none is present, or update it to the
295+ latest best practices otherwise. Note that for your project to deploy
296+ build artifacts to maven.scijava.org or oss.sonatype.org, deployment
297+ credentials must be available during the CI build; contact a SciJava
298+ administrator via https://forum.image.sc/ to request them be added as
299+ secrets to your GitHub organization if they aren't already present.
300+ ---------------------------------------------------------------------
301+ EOL
292302
293303# call check method to verify prerequisites
294304check git sed cut perl xmllint
You can’t perform that action at this time.
0 commit comments