Skip to content

Commit

Permalink
updating manifest to use buildpacks not buildpack in proper format
Browse files Browse the repository at this point in the history
  • Loading branch information
akirasoft1 committed Sep 18, 2018
1 parent 35cc4d8 commit 70aba0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion manifests/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
applications:
- name: APPNAME
memory: 1G
buildpacks: java_buildpack_offline
buildpacks:
- java_buildpack_offline
env:
DT_NODE_ID: APPNAME
DT_CUSTOM_PROP: DEPLOYMENT_GRP_NAME=SPRING-MUSIC-DTGRP DEPLOYMENT_COLOR=SPRING-MUSIC-APPCOLOR
Expand Down

0 comments on commit 70aba0c

Please sign in to comment.