Commit d04c9cb5 authored by Romain Courteaud's avatar Romain Courteaud

[jstestnode] Use grunt to always run test on non released jio version

parent ca9706ce
...@@ -47,8 +47,8 @@ develop = true ...@@ -47,8 +47,8 @@ develop = true
[renderjs-install] [renderjs-install]
recipe = plone.recipe.command recipe = plone.recipe.command
stop-on-error = true stop-on-error = true
command = cd ${renderjs-repository.git:location} && PATH=${git:location}/bin/:${nodejs:location}/bin/:$PATH ${nodejs:location}/bin/npm install . command = cd ${renderjs-repository.git:location} && PATH=${git:location}/bin/:${nodejs:location}/bin/:$PATH ${nodejs:location}/bin/npm install . && PATH=${git:location}/bin/:${nodejs:location}/bin/:$PATH ./node_modules/grunt-cli/bin/grunt
update_command = ${:command} update-command = ${:command}
[jio-repository.git] [jio-repository.git]
recipe = slapos.recipe.build:gitclone recipe = slapos.recipe.build:gitclone
...@@ -60,8 +60,8 @@ develop = true ...@@ -60,8 +60,8 @@ develop = true
[jio-install] [jio-install]
recipe = plone.recipe.command recipe = plone.recipe.command
stop-on-error = true stop-on-error = true
command = cd ${jio-repository.git:location} && PATH=${git:location}/bin/:${nodejs:location}/bin/:$PATH ${nodejs:location}/bin/npm install . command = cd ${jio-repository.git:location} && PATH=${git:location}/bin/:${nodejs:location}/bin/:$PATH ${nodejs:location}/bin/npm install . && PATH=${git:location}/bin/:${nodejs:location}/bin/:$PATH ./node_modules/grunt-cli/bin/grunt
update_command = ${:command} update-command = ${:command}
[rsvp-repository.git] [rsvp-repository.git]
recipe = slapos.recipe.build:gitclone recipe = slapos.recipe.build:gitclone
...@@ -74,7 +74,7 @@ develop = true ...@@ -74,7 +74,7 @@ develop = true
recipe = plone.recipe.command recipe = plone.recipe.command
stop-on-error = true stop-on-error = true
command = cd ${rsvp-repository.git:location} && PATH=${git:location}/bin/:${nodejs:location}/bin/:$PATH ${nodejs:location}/bin/npm install . command = cd ${rsvp-repository.git:location} && PATH=${git:location}/bin/:${nodejs:location}/bin/:$PATH ${nodejs:location}/bin/npm install .
update_command = ${:command} update-command = ${:command}
[uritemplate-repository.git] [uritemplate-repository.git]
recipe = slapos.recipe.build:gitclone recipe = slapos.recipe.build:gitclone
...@@ -87,7 +87,7 @@ develop = true ...@@ -87,7 +87,7 @@ develop = true
recipe = plone.recipe.command recipe = plone.recipe.command
stop-on-error = true stop-on-error = true
command = cd ${uritemplate-repository.git:location} && PATH=${git:location}/bin/:${nodejs:location}/bin/:$PATH ${nodejs:location}/bin/npm install . command = cd ${uritemplate-repository.git:location} && PATH=${git:location}/bin/:${nodejs:location}/bin/:$PATH ${nodejs:location}/bin/npm install .
update_command = ${:command} update-command = ${:command}
[template-nginx-service] [template-nginx-service]
recipe = slapos.recipe.template recipe = slapos.recipe.template
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment