Skip to content

Commit 5c227c6

Browse files
author
Sean Sundberg
authored
Adds observe-service plugin to ibmcloud cli (#10)
1 parent 65d1d52 commit 5c227c6

2 files changed

Lines changed: 2 additions & 15 deletions

File tree

.release-it.no-hooks.json

Lines changed: 0 additions & 14 deletions
This file was deleted.

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ COPY --chown=devops:devops src/etc/* ${HOME}/etc/
7676
# Install the ibmcloud cli
7777
RUN curl -sL https://ibm.biz/idt-installer | bash && \
7878
ibmcloud config --check-version=false && \
79-
ibmcloud plugin install cloud-databases
79+
ibmcloud plugin install cloud-databases -f && \
80+
ibmcloud plugin install observe-service -f && \
8081

8182
# Install nvm
8283
RUN curl -o- https://raw.githubusercontent.com/creationix/nvm/v${NVM_VERSION}/install.sh | bash

0 commit comments

Comments
 (0)