rx300: pin version of mx-puppet-discord for now
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit
This commit is contained in:
parent
b4dca888c8
commit
19dee89039
2 changed files with 3 additions and 1 deletions
|
@ -48,7 +48,7 @@ files = {
|
|||
git_deploy = {
|
||||
'/opt/mx-puppet-discord/src': {
|
||||
'repo': 'https://github.com/matrix-discord/mx-puppet-discord.git',
|
||||
'rev': 'master',
|
||||
'rev': node.metadata.get('mx-puppet-discord/version', 'master'),
|
||||
'triggers': {
|
||||
'action:mx-puppet-discord_chown',
|
||||
'action:mx-puppet-discord_npm_install',
|
||||
|
|
|
@ -254,6 +254,8 @@ nodes['rx300'] = {
|
|||
'domain': 'rss.franzi.business',
|
||||
},
|
||||
'mx-puppet-discord': {
|
||||
# https://github.com/matrix-discord/mx-puppet-discord/issues/201
|
||||
'version': '46051012ec3d4e21bd9febc2519ce08f3e13f5e0',
|
||||
'homeserver': {
|
||||
'domain': 'franzi.business',
|
||||
'url': 'https://matrix.franzi.business',
|
||||
|
|
Loading…
Reference in a new issue