From 3695cb32700afc1b00cc6f6b58c698343a550bd0 Mon Sep 17 00:00:00 2001 From: Tomáš Levora Date: Thu, 9 Apr 2020 10:14:57 +0200 Subject: Remove python 2 dependency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removing python 2 dependency from docker-image-collector.sh Issue-ID: OOM-2359 Signed-off-by: Tomáš Levora Change-Id: I6aa4d27cdb10e93981e3dacfb16b2d02a0bf0762 --- build/creating_data/docker-images-collector.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build/creating_data/docker-images-collector.sh b/build/creating_data/docker-images-collector.sh index c07de107..76ee9016 100755 --- a/build/creating_data/docker-images-collector.sh +++ b/build/creating_data/docker-images-collector.sh @@ -40,15 +40,13 @@ usage () { } parse_yaml() { -python - <