Skip to content

Commit

Permalink
remove config server from the manifest for testing in new env.
Browse files Browse the repository at this point in the history
  • Loading branch information
markpollack committed Jul 3, 2018
1 parent 31b9bc4 commit b7c6100
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion cloudfoundry/server/create.sh
Expand Up @@ -24,7 +24,6 @@ EOF
fi
cat << EOF >> ./scdf-manifest.yml
- rabbit2
- cloud-config-server
env:
EXTERNAL_SERVERS_REQUIRED: true
SPRING_CLOUD_DEPLOYER_CLOUDFOUNDRY_URL: $SPRING_CLOUD_DEPLOYER_CLOUDFOUNDRY_URL
Expand Down
1 change: 0 additions & 1 deletion cloudfoundry/skipper-server/create.sh
Expand Up @@ -13,7 +13,6 @@ applications:
buildpack: $JAVA_BUILDPACK
services:
- mysql_skipper
- cloud-config-server
EOF
if [ $LOG_SERVICE_NAME ]; then
cat << EOF >> ./skipper-manifest.yml
Expand Down

0 comments on commit b7c6100

Please sign in to comment.