Skip to content

Commit fa9b92b

Browse files
authored
fix tests (#243)
1 parent d04fe3d commit fa9b92b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/integration.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function install_deps() {
3636
#git reset --hard 750e11b9c07d79d97aea1e182ef12965fc4e922d
3737
sed -i.bak 's/python3/python3.8/g' ./Makefile
3838
sed -i.bak 's/\.load/\.safe_load/g' ./dhive.py
39-
sed -i.bak 's/centos:8/centos:7/g' ./dhive/containers/base/Dockerfile
39+
sed -i.bak 's/centos:8/centos:7\nRUN sed -i s\/mirror.centos.org\/vault.centos.org\/g \/etc\/yum.repos.d\/*.repo\nRUN sed -i s\/^#.*baseurl=http\/baseurl=http\/g \/etc\/yum.repos.d\/*.repo\nRUN sed -i s\/^mirrorlist=http\/#mirrorlist=http\/g \/etc\/yum.repos.d\/*.repo/g' ./dhive/containers/base/Dockerfile
4040

4141
python3.8 -m pip install --user -r requirements.txt
4242
sed -i.bak 's/tez_version.*/tez_version = 0.9.2/g' ./config/hive.cfg

0 commit comments

Comments
 (0)