Skip to content

Commit

Permalink
Fix to build from modify cf jar
Browse files Browse the repository at this point in the history
  • Loading branch information
bonzofenix committed Jun 26, 2024
1 parent 3de71cb commit 8d14d2b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ci/infrastructure/scripts/deploy-multiapps-controller.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,17 @@ function create_postgres_service() {

function deploy_multiapps_controller() {
app_name=deploy-service

mvn install:install-file \
-Dfile=multiapps-controller-repo/custom.cloudfoundry-client-facade-2.45.0-SNAPSHOT.jar \
-DgroupId=custom.com.sap.cloud.lm.sl \
-DartifactId=custom.cloudfoundry-client-facade \
-Dversion=2.45.0-SNAPSHOT \
-Dpackaging=jar

mvn -Dmaven.test.skip=true -f multiapps-controller-repo/pom.xml clean install


pushd multiapps-controller-repo/multiapps-controller-web/target/manifests
cf push -f manifest.yml "${app_name}"
popd
Expand Down

0 comments on commit 8d14d2b

Please sign in to comment.