File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ build-parameters:
1313 before-all :
1414 - builder : custom
1515 commands :
16- - npm install
16+ - npm ci
1717 - cds build --production
1818 # Should not be required anymore https://cap.cloud.sap/docs/guides/databases-postgres#with-a-deployer-app
1919 # but cds build --production doesn't create the gen/pg folder
@@ -41,7 +41,7 @@ modules:
4141 ignore :
4242 - " node_modules/"
4343 requires :
44- # - name: pg-beershop-external-database
44+ # - name: pg-beershop-external-database
4545 - name : pg-beershop-database
4646
4747 # ----------------- DB-UI with adminer -----------------------
@@ -119,12 +119,12 @@ resources:
119119 service-tags :
120120 - plain
121121
122- # - name: pg-beershop-external-database
123- # type: org.cloudfoundry.user-provided-service
124- # parameters:
125- # # path: ./default-azure-ups-env.json
126- # path: ./default-btp-ups-env.json
127- # service-tags: ["relational", "database","plain"]
122+ # - name: pg-beershop-external-database
123+ # type: org.cloudfoundry.user-provided-service
124+ # parameters:
125+ # # path: ./default-azure-ups-env.json
126+ # path: ./default-btp-ups-env.json
127+ # service-tags: ["relational", "database","plain"]
128128
129129 - name : pg-beershop-destination-service
130130 parameters :
You can’t perform that action at this time.
0 commit comments