Commit 0376c860 by Clinton Blackburn

Compiling static assets for the Programs Service

ECOM-6570
parent fef238aa
...@@ -49,8 +49,7 @@ docker exec -t edx.devstack.discovery bash -c 'source /edx/app/discovery/discove ...@@ -49,8 +49,7 @@ docker exec -t edx.devstack.discovery bash -c 'source /edx/app/discovery/discove
# TODO Create credentials tenant (ECOM-6566) # TODO Create credentials tenant (ECOM-6566)
# Compile static assets. We do this last since it takes the longest. # Compile static assets. We do this last since it takes the longest.
# NOTE: Programs has no static assets. services=('credentials' 'discovery' 'ecommerce' 'programs')
services=('credentials' 'discovery' 'ecommerce')
for service in "${services[@]}" for service in "${services[@]}"
do do
echo -e "${GREEN}Compiling static assets for ${service}...${NC}" echo -e "${GREEN}Compiling static assets for ${service}...${NC}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment