Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit 0376c86

Browse files
committed
Compiling static assets for the Programs Service
ECOM-6570
1 parent fef238a commit 0376c86

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

provision.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ docker exec -t edx.devstack.discovery bash -c 'source /edx/app/discovery/discove
4949
# TODO Create credentials tenant (ECOM-6566)
5050

5151
# Compile static assets. We do this last since it takes the longest.
52-
# NOTE: Programs has no static assets.
53-
services=('credentials' 'discovery' 'ecommerce')
52+
services=('credentials' 'discovery' 'ecommerce' 'programs')
5453
for service in "${services[@]}"
5554
do
5655
echo -e "${GREEN}Compiling static assets for ${service}...${NC}"

0 commit comments

Comments
 (0)