Skip to content

Commit 2aaa322

Browse files
committed
Remove special Spring Boot 1.x handling from GitHub CI build script (#419)
1 parent 38c98d2 commit 2aaa322

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

gha_build.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,4 @@ if [[ "$RUN_ARCHETYPE" = true ]] ; then
9191
fi
9292
if [[ "$RUN_SAMPLES" = true ]] ; then
9393
sample ${FRAMEWORK}
94-
fi
95-
;;
94+
fi

0 commit comments

Comments
 (0)