Skip to content

Commit 29f9d89

Browse files
author
chiku
committed
Make PRIMARY_WEB_APP option work on CI.
1 parent 055d57c commit 29f9d89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

website/settings/local-ci.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
'suffix': ':4201/'
2828
}
2929
USE_EXTERNAL_WEB_APP = True
30+
PRIMARY_WEB_APP = 'ember_osf_web'
3031
EXTERNAL_WEB_APPS = {
3132
'ember_osf_web': {
3233
'server': 'http://localhost:4200',

0 commit comments

Comments
 (0)