Skip to content

Commit

Permalink
Just for test
Browse files Browse the repository at this point in the history
  • Loading branch information
anunnakian committed Nov 10, 2024
1 parent b8687c9 commit 998d357
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests-ci/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,6 @@ cucumber_with_jwt() {
"spring-boot-cucumber-jwt-authentication"
}

echo $application

if [[ $application == 'spring-boot' ]]; then
init_server
spring_boot_mvc
Expand Down Expand Up @@ -520,7 +518,7 @@ elif [[ $application == 'langchain4japp' ]]; then
"spring-boot-langchain4j-sample"

else
echo "*** Unknown configuration..."
echo "*** Unknown configuration..." + $application
exit 1
fi

Expand Down

0 comments on commit 998d357

Please sign in to comment.