mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-29 12:03:33 -05:00
Find / replace mistake
This commit is contained in:
parent
870e87ebe1
commit
b2a3e06717
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
DOCKER_COMPOSE_FLAGS ?= -f docker-compose.yml
|
DOCKER_COMPOSE_FLAGS ?= -f docker-compose.yml
|
||||||
npm -q := docker-compose ${DOCKER_COMPOSE_FLAGS} run --rm npm -q npm
|
NPM := docker-compose ${DOCKER_COMPOSE_FLAGS} run --rm npm -q npm
|
||||||
BUILD_NUMBER ?= local
|
BUILD_NUMBER ?= local
|
||||||
BRANCH_NAME ?= $(shell git rev-parse --abbrev-ref HEAD)
|
BRANCH_NAME ?= $(shell git rev-parse --abbrev-ref HEAD)
|
||||||
PROJECT_NAME = web
|
PROJECT_NAME = web
|
||||||
|
|
Loading…
Reference in a new issue