Skip to content

Commit

Permalink
fix :: output dir
Browse files Browse the repository at this point in the history
  • Loading branch information
dutexion committed Aug 8, 2024
1 parent c068645 commit 230e140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Team/deploy/Container/NoneContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export const TeamDeployNoneContainer = () => {
if (framework === 'spring boot') {
specificData = {
jdk_version: selectedJdkVersion,
output_dir: '/build/libs/*.jar',
output_dir: outputDir,
build_commands: [buildCommand || './gradlew build -x test'],
};
} else {
Expand Down

0 comments on commit 230e140

Please sign in to comment.