summaryrefslogtreecommitdiffstats
path: root/lcm/docker
diff options
context:
space:
mode:
authorhongyuzhao <zhao.hongyu@zte.com.cn>2019-07-04 13:46:22 +0800
committerhongyuzhao <zhao.hongyu@zte.com.cn>2019-07-05 11:19:47 +0800
commite46ea4ceeb5026c8df8b60d7206b3ae7869979bb (patch)
tree5f846c3da588de1849eff7aac89df7f650b86216 /lcm/docker
parent46ad7c172411214c5432ed93fda4271288077447 (diff)
regenerate database migrations
Change-Id: Ide43300628c419ea50aa66c4d98763976b06d209 Issue-ID: VFC-1429 Signed-off-by: hongyuzhao <zhao.hongyu@zte.com.cn>
Diffstat (limited to 'lcm/docker')
-rwxr-xr-xlcm/docker/docker-env-conf.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/lcm/docker/docker-env-conf.sh b/lcm/docker/docker-env-conf.sh
index 44119a6f..dc51ba6a 100755
--- a/lcm/docker/docker-env-conf.sh
+++ b/lcm/docker/docker-env-conf.sh
@@ -44,13 +44,9 @@ clean_sf_cache(){
rm -rf /tmp/*
}
-patch_redisco_2py3(){
- sed -i 's/raise KeyError, value/raise KeyError(value)/g' /usr/local/lib/python3.6/site-packages/redisco/containers.py
-}
install_sf
wait
add_user
config_logdir
-patch_redisco_2py3
clean_sf_cache