Maybe last fix for the CI
This commit is contained in:
parent
cc48990798
commit
431b063db7
2 changed files with 9 additions and 3 deletions
|
@ -38,6 +38,9 @@
|
|||
path: /var/local/etherpad/etherpad-lite/node_modules/ep_etherpad-lite
|
||||
become: true
|
||||
become_user: etherpad
|
||||
register: npm_result
|
||||
retries: 3
|
||||
until: npm_result is succeeded
|
||||
|
||||
# Configuration
|
||||
- name: Configure EtherPad
|
||||
|
|
|
@ -21,6 +21,9 @@
|
|||
path: /var/local/matrix-appservice-discord/matrix-appservice-discord
|
||||
become: true
|
||||
become_user: matrix-appservice-discord
|
||||
register: npm_result
|
||||
retries: 3
|
||||
until: npm_result is succeeded
|
||||
|
||||
# Typescript into javascript
|
||||
- name: Compile matrix-appservice-discord
|
||||
|
|
Loading…
Reference in a new issue