miniserver hedgedoc update
This commit is contained in:
parent
bca4d152ea
commit
48d3f8eee6
1 changed files with 2 additions and 3 deletions
|
@ -52,7 +52,7 @@ directories = {
|
||||||
if compare(node.metadata.get('hedgedoc/version'), '1.9.7') <= 0:
|
if compare(node.metadata.get('hedgedoc/version'), '1.9.7') <= 0:
|
||||||
command = ' && '.join([
|
command = ' && '.join([
|
||||||
'cd /opt/hedgedoc',
|
'cd /opt/hedgedoc',
|
||||||
'yarn install --production=true --pure-lockfile --ignore-scripts',
|
'yarn workspaces focus --production',
|
||||||
'yarn install --ignore-scripts',
|
'yarn install --ignore-scripts',
|
||||||
'yarn build',
|
'yarn build',
|
||||||
])
|
])
|
||||||
|
@ -68,8 +68,7 @@ actions = {
|
||||||
'hedgedoc_yarn': {
|
'hedgedoc_yarn': {
|
||||||
'command': ' && '.join([
|
'command': ' && '.join([
|
||||||
'cd /opt/hedgedoc',
|
'cd /opt/hedgedoc',
|
||||||
'yarn install --production=true --pure-lockfile --ignore-scripts',
|
'yarn install --immutable',
|
||||||
'yarn install --ignore-scripts',
|
|
||||||
'yarn build',
|
'yarn build',
|
||||||
]),
|
]),
|
||||||
'needs': {
|
'needs': {
|
||||||
|
|
Loading…
Reference in a new issue