Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
Delete old org and enable migration
Browse files Browse the repository at this point in the history
  • Loading branch information
lizzha committed Jul 11, 2017
1 parent afbe874 commit 8e1be38
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pcf-tile/tile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ packages:
- name: azure-log-analytics-nozzle
type: app
# label: My fabulous appplication # Package name for use in human-readable labels in OpsManager
pre_deploy: |
cf delete-org -f azure-log-analytics-nozzle-org
manifest:
path: resources/azure-log-analytics-nozzle.zip
buildpack: https://github.com/cloudfoundry/go-buildpack.git
Expand Down Expand Up @@ -172,5 +174,5 @@ forms:
# in this file. If that is your intent, you must do the overwriting
# explicitly using JavaScript migration functions, like so:
#
# migration: |
# properties['properties']['.properties.org']['value'] = 'system';
migration: |
properties['properties']['.properties.org']['value'] = 'system';

0 comments on commit 8e1be38

Please sign in to comment.