Skip to content

Commit 630e01a

Browse files
committed
feat: fix license-manager-worker path
1 parent 9997c08 commit 630e01a

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

Makefile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,6 @@ export
9898
# for existing scripts and workflows.
9999
include compatibility.mk
100100

101-
# Include local, git-ignored Makefile with additional targets.
102-
-include local.mk # Prefix with hyphen to tolerate absence of file.
103-
104-
105101
########################################################################################
106102
# Targets for managing the Devstack repo itself.
107103
########################################################################################
@@ -570,3 +566,6 @@ build-courses: ## Build course and provision cms, and ecommerce with it.
570566

571567
migrate-repo-git-to-edx: ## Migrate enterprise repository clones from openedx to edx GitHub org.
572568
./migrate-repo-git-to-edx.sh
569+
570+
# Include local, git-ignored Makefile with additional targets.
571+
-include local.mk # Prefix with hyphen to tolerate absence of file.

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,7 @@ services:
815815

816816
license-manager-worker:
817817
image: edxops/license-manager-dev:latest
818-
command: bash -c 'cd /edx/app/license_manager/license_manager && celery -A license_manager worker -Q license_manager.default -l DEBUG'
818+
command: bash -c 'cd /edx/app/license_manager && celery -A license_manager worker -Q license_manager.default -l DEBUG'
819819
container_name: "edx.${COMPOSE_PROJECT_NAME:-devstack}.license-manager-worker"
820820
hostname: license-manager-worker.devstack.edx
821821
depends_on:

0 commit comments

Comments
 (0)