Skip to content

Commit 763b725

Browse files
authored
ci: fix collectstatics build step
1 parent 4f97fdc commit 763b725

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

dev/deploy/collectstatics.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
cp dev/deploy/settings_local_collectstatics.py ietf/settings_local.py
4+
35
# Install Python dependencies
46
pip --disable-pip-version-check --no-cache-dir install -r requirements.txt
57

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Copyright The IETF Trust 2007-2019, All Rights Reserved
2+
# -*- coding: utf-8 -*-
3+
4+
from ietf.settings import * # pyflakes:ignore
5+
6+
STATIC_URL = "https://static.ietf.org/dt/%s/"%__version__
7+
STATIC_ROOT = os.path.abspath(BASE_DIR + "/../static/")

0 commit comments

Comments
 (0)