File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 7
7
rev : 22.6.0
8
8
hooks :
9
9
- id : black
10
- language_version : python3.6
11
10
- repo : https://github.com/pre-commit/pre-commit-hooks
12
11
rev : v2.2.3
13
12
hooks :
Original file line number Diff line number Diff line change @@ -573,8 +573,6 @@ function ct_os_test_s2i_app_func() {
573
573
local result=0
574
574
eval " $check_command_exp " || result=1
575
575
576
- ct_os_service_image_info " ${service_name} "
577
-
578
576
if [ $result -eq 0 ] ; then
579
577
echo " Check passed."
580
578
else
@@ -716,8 +714,6 @@ function ct_os_test_template_app_func() {
716
714
local result=0
717
715
eval " $check_command_exp " || result=1
718
716
719
- ct_os_service_image_info " ${service_name} "
720
-
721
717
if [ $result -eq 0 ] ; then
722
718
echo " Check passed."
723
719
else
You can’t perform that action at this time.
0 commit comments