File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
container-images/tcib/base/tobiko Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ tcib_actions:
66- run : cp /usr/share/tcib/container-images/tcib/base/tobiko/tobiko_sudoers /etc/sudoers.d/tobiko_sudoers
77- run : chmod 440 /etc/sudoers.d/tobiko_sudoers
88- run : mkdir -p /var/lib/tempest/external_files
9- - run : chown -R tobiko.tobiko /var/lib/tobiko
109- run : >-
1110 if [ '{{ tcib_distro }}' == 'rhel' ];then
1211 if [ -n "$(rpm -qa redhat-release)" ];then dnf -y remove python3-chardet; fi ; fi
@@ -23,6 +22,7 @@ tcib_actions:
2322- run : python3 -m pip install 'tox==4.13'
2423- run : cp /usr/share/tcib/container-images/tcib/base/tobiko/run_tobiko.sh /var/lib/tobiko/run_tobiko.sh
2524- run : chmod +x /var/lib/tobiko/run_tobiko.sh
25+ - run : chown -R tobiko.tobiko /var/lib/tobiko
2626
2727tcib_entrypoint : /var/lib/tobiko/run_tobiko.sh
2828
You can’t perform that action at this time.
0 commit comments