Skip to content

Commit

Permalink
Compiling static assets for the Programs Service
Browse files Browse the repository at this point in the history
ECOM-6570
  • Loading branch information
clintonb committed Jan 23, 2017
1 parent fef238a commit 0376c86
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ docker exec -t edx.devstack.discovery bash -c 'source /edx/app/discovery/discove
# TODO Create credentials tenant (ECOM-6566)

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

0 comments on commit 0376c86

Please sign in to comment.