Skip to content

Commit

Permalink
Rmv blue-green plugin for native builds
Browse files Browse the repository at this point in the history
  • Loading branch information
srinikitha09 authored Oct 24, 2023
1 parent a59af0d commit 3bcf2cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ ARG CSPUSH_PLUGIN_VERSION=1.3.2
ARG CSPUSH_PLUGIN_URL=https://github.com/dawu415/CF-CLI-Create-Service-Push-Plugin/releases/download/${CSPUSH_PLUGIN_VERSION}/CreateServicePushPlugin.linux64

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

0 comments on commit 3bcf2cd

Please sign in to comment.