File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,8 +20,6 @@ ciConfigBuildMain=$ciDir/$ciSlugBuildMain
2020ciConfigBuildPR=$ciDir /$ciSlugBuildPR
2121ciSetupScript=$ciDir /setup.sh
2222ciBuildScript=$ciDir /build.sh
23- ciSettingsFile=$ciDir /settings.xml
24- ciNotifyScript=$ciDir /notify.sh
2523credentialsDir=$HOME /.scijava/credentials
2624varsFile=$credentialsDir /vars
2725pomMinVersion=' 17.1.1'
231229 chmod +x " $tmpFile "
232230 update " $ciBuildScript " " add executable script $ciBuildScript " " true"
233231
234- # Remove obsolete GitHub-Actions-related files.
235- if [ -f " $ciSettingsFile " ]
236- then
237- info " Removing obsolete $ciSettingsFile (github-action-build.sh generates it now)"
238- $EXEC git rm -f " $ciSettingsFile "
239- fi
240- if [ -f " $ciNotifyScript " ]
241- then
242- info " Removing obsolete $ciNotifyScript (ImageJ Jenkins is dead)"
243- $EXEC git rm -f " $ciNotifyScript "
244- fi
245- $EXEC git diff-index --quiet HEAD -- || $EXEC git commit -m " ${msgPrefix} remove obsolete files"
246-
247232 # Upgrade version of pom-scijava.
248233 if [ -z " $SKIP_PARENT_CHECK " ]
249234 then
You can’t perform that action at this time.
0 commit comments