|
|
@@ -124,6 +124,7 @@ public class AppBuildServiceImpl implements AppBuildService {
|
|
|
toApp.setAppId(copyAppDto.getNewAppId());
|
|
|
toApp.setEnv(copyAppDto.getNewEnv());
|
|
|
toApp.setRepoBranch(copyAppDto.getNewRepoBranch());
|
|
|
+ toApp = appConfigRepository.save(toApp);
|
|
|
|
|
|
AppBuilding appBuilding = new AppBuilding(toApp);
|
|
|
buildingRepository.save(appBuilding);
|