Skip to content

Commit

Permalink
Update CI test dokku version to 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
whollacsek authored Dec 10, 2020
1 parent 36831d0 commit 1852fdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
run: make lint
- name: Install dokku
run: |
wget https://raw.githubusercontent.com/dokku/dokku/v0.21.4/bootstrap.sh
sudo DOKKU_TAG=v0.21.4 bash bootstrap.sh
wget https://raw.githubusercontent.com/dokku/dokku/v0.22.0/bootstrap.sh
sudo DOKKU_TAG=v0.22.0 bash bootstrap.sh
- name: Install discourse plugin
run: |
sudo dokku plugin:install file:///$(pwd) discourse
Expand Down

0 comments on commit 1852fdd

Please sign in to comment.