We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f8f9d5 commit d6c1c96Copy full SHA for d6c1c96
1 file changed
docker/docker-init.sh
@@ -109,7 +109,7 @@ if [ ! -f $VIRTDIR/lib/site-python/settings_local.py ]; then
109
cp /usr/local/share/datatracker/settings_local.py $VIRTDIR/lib/site-python/
110
fi
111
112
-for sub in test/id/ test/staging/ test/archive/ test/rfc test/media; do
+for sub in test/id/ test/staging/ test/archive/ test/rfc test/media test/wiki/ietf; do
113
dir="/home/$USER/$CWD/$sub"
114
if [ ! -d "$dir" ]; then
115
echo "Creating dir $dir"
0 commit comments