fix: run common_check & dev_ckeck. ENTRYPOINT to the Dockerfile has changed

This commit is contained in:
MaxSorokin
2024-11-27 20:11:08 +03:00
parent cfc574fd4b
commit a24a5a4a1f
2 changed files with 2 additions and 2 deletions

View File

@ -130,4 +130,4 @@ jobs:
-v $PWD/deploy/sdkjs/word:/opt/onlyoffice/documentbuilder/sdkjs/word \
-v $PWD/deploy/sdkjs/cell:/opt/onlyoffice/documentbuilder/sdkjs/cell \
-v $PWD/deploy/sdkjs/slide:/opt/onlyoffice/documentbuilder/sdkjs/slide \
onlyoffice/doc-builder-testing:next-release rake rspec_critical
onlyoffice/doc-builder-testing:next-release rspec_critical

View File

@ -103,4 +103,4 @@ jobs:
-v $PWD/deploy/sdkjs/word:/opt/onlyoffice/documentbuilder/sdkjs/word \
-v $PWD/deploy/sdkjs/cell:/opt/onlyoffice/documentbuilder/sdkjs/cell \
-v $PWD/deploy/sdkjs/slide:/opt/onlyoffice/documentbuilder/sdkjs/slide \
onlyoffice/doc-builder-testing:next-release rake rspec_critical
onlyoffice/doc-builder-testing:next-release rspec_critical