Skip to content

Commit

Permalink
Merge pull request #2 from SimpleFinance/cf7
Browse files Browse the repository at this point in the history
Add cf7-cli capabilities to this GitHub Actions workflow
  • Loading branch information
wapacro authored Nov 23, 2020
2 parents 302cbf8 + 282221a commit 3c7cc1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apt-get install -y ca-certificates jq

RUN echo "deb [trusted=yes] https://packages.cloudfoundry.org/debian stable main" > /etc/apt/sources.list.d/cloudfoundry-cli.list
RUN apt-get update
RUN apt-get install -y cf-cli
RUN apt-get install -y cf7-cli

ADD entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ if [ -n "$INPUT_CF_ORG" ] && [ -n "$INPUT_CF_SPACE" ]; then
cf target -o "$INPUT_CF_ORG" -s "$INPUT_CF_SPACE"
fi

sh -c "cf $*"
sh -c "cf7 $*"

0 comments on commit 3c7cc1a

Please sign in to comment.