mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-25 04:22:30 +00:00
don't use quay.io in image name
This commit is contained in:
parent
bfb98050e3
commit
28fc39d6c9
1 changed files with 3 additions and 2 deletions
|
@ -7,13 +7,13 @@ version: "2"
|
|||
|
||||
services:
|
||||
test_unit:
|
||||
image: quay.io/sharelatex/$PROJECT_NAME:$BRANCH_NAME-$BUILD_NUMBER
|
||||
# image: quay.io/sharelatex/$PROJECT_NAME:$BRANCH_NAME-$BUILD_NUMBER
|
||||
user: node
|
||||
command: npm run test:unit:_run
|
||||
|
||||
test_acceptance:
|
||||
build: .
|
||||
image: quay.io/sharelatex/$PROJECT_NAME:$BRANCH_NAME-$BUILD_NUMBER
|
||||
# image: quay.io/sharelatex/$PROJECT_NAME:$BRANCH_NAME-$BUILD_NUMBER
|
||||
environment:
|
||||
REDIS_HOST: redis
|
||||
MONGO_HOST: mongo
|
||||
|
@ -23,6 +23,7 @@ services:
|
|||
- redis
|
||||
user: node
|
||||
command: npm run test:acceptance:_run
|
||||
|
||||
redis:
|
||||
image: redis
|
||||
|
||||
|
|
Loading…
Reference in a new issue