Skip to content

Commit 8c21786

Browse files
authored
Merge pull request #62 from SAP/rmv_bg
Rmv blue-green plugin for native builds
2 parents 77ce1df + d5902d8 commit 8c21786

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ ARG CSPUSH_PLUGIN_VERSION=1.3.2
3333
ARG CSPUSH_PLUGIN_URL=https://github.com/dawu415/CF-CLI-Create-Service-Push-Plugin/releases/download/${CSPUSH_PLUGIN_VERSION}/CreateServicePushPlugin.linux64
3434

3535
RUN cf add-plugin-repo CF-Community https://plugins.cloudfoundry.org && \
36-
cf install-plugin blue-green-deploy -f -r CF-Community && \
3736
cf install-plugin ${MTA_PLUGIN_URL} -f && \
3837
cf install-plugin ${CSPUSH_PLUGIN_URL} -f && \
3938
cf install-plugin -r CF-Community "html5-plugin" -f && \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Introductory material and a lot of SAP scenarios not covered by project "Piper"
1111

1212
## About this repository
1313

14-
Dockerfile for an image with the Cloud Foundry CLI and plugins for blue-green deployment and Multi-Target Applications (MTA).
14+
Dockerfile for an image with the Cloud Foundry CLI and plugins for Multi-Target Applications (MTA).
1515

1616
## Download
1717

0 commit comments

Comments
 (0)