Skip to content

Commit

Permalink
update cli version
Browse files Browse the repository at this point in the history
  • Loading branch information
wr0ngway committed Apr 29, 2021
1 parent ba848c1 commit d9bbe0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
uses: eregon/use-ruby-action@master # this will use by default the .ruby-version file

- name: Install cloudtruth cli
run: |
curl -Lsf https://github.com/cloudtruth/cloudtruth-cli/releases/download/0.1.0/cloudtruth_0.1.0_amd64.deb -o /tmp/cloudtruth.deb
sudo dpkg -i /tmp/cloudtruth.deb
uses: cloudtruth/cli-action@v1
with:
version: 0.4.0

- run: cloudtruth -e production template get deploy.coveralls_yml > .coveralls.yml

Expand Down

0 comments on commit d9bbe0a

Please sign in to comment.