Skip to content

Commit

Permalink
community: serbian-digraphic-fix now merged upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
Firefishy committed Jul 12, 2023
1 parent 07f7fc6 commit fd33228
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions cookbooks/community/templates/default/web_only.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,13 @@ hooks:
- exec:
cd: $home/plugins
cmd:
- sudo -H -E -u discourse git clone --depth 1 https://github.com/discourse/discourse-oauth2-basic.git
- sudo -H -E -u discourse git clone --depth 1 https://github.com/discourse/discourse-solved.git
- sudo -H -E -u discourse git clone --depth 1 https://github.com/discourse/discourse-canned-replies.git
- sudo -H -E -u discourse git clone --depth 1 https://github.com/discourse/discourse-reactions.git
- sudo -H -E -u discourse git clone --depth 1 https://github.com/discourse/discourse-prometheus.git
# FIXME revert to upstream once PR has been merged: https://github.com/discourse/discourse-translator/pull/103
- sudo -H -E -u discourse git clone --depth 1 --branch serbian-digraphic-fix https://github.com/Firefishy/discourse-translator.git
- sudo -H -E -u discourse git clone --depth 1 https://github.com/discourse/discourse-saved-searches.git
- sudo -H -E -u discourse git clone --depth 1 --branch main https://github.com/discourse/discourse-oauth2-basic.git
- sudo -H -E -u discourse git clone --depth 1 --branch main https://github.com/discourse/discourse-solved.git
- sudo -H -E -u discourse git clone --depth 1 --branch main https://github.com/discourse/discourse-canned-replies.git
- sudo -H -E -u discourse git clone --depth 1 --branch main https://github.com/discourse/discourse-reactions.git
- sudo -H -E -u discourse git clone --depth 1 --branch main https://github.com/discourse/discourse-prometheus.git
- sudo -H -E -u discourse git clone --depth 1 --branch main https://github.com/discourse/discourse-translator.git
- sudo -H -E -u discourse git clone --depth 1 --branch main https://github.com/discourse/discourse-saved-searches.git
- exec:
# Needs to be copied in else builtin git cleanup fails
cd: $home
Expand Down

0 comments on commit fd33228

Please sign in to comment.