From a9a39b6d7ebfc8069b8073f5b2cc19bda161f821 Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Nov 27 2018 19:38:20 +0000 Subject: Drop f27 container base image build Signed-off-by: Clement Verna --- diff --git a/scripts/sync-latest-container-base-image.sh b/scripts/sync-latest-container-base-image.sh index 7cf07e4..cdc8347 100755 --- a/scripts/sync-latest-container-base-image.sh +++ b/scripts/sync-latest-container-base-image.sh @@ -57,12 +57,7 @@ fi # # Need fXX-updates-canddiate to get actual latest nightly # -if [[ "${1}" > 27 ]]; -then - build_name=$(koji -q latest-build --type=image f${1}-updates-candidate Fedora-Container-Base | awk '{print $1}') -else - build_name=$(koji -q latest-build --type=image f${1}-updates-candidate Fedora-Docker-Base | awk '{print $1}') -fi +build_name=$(koji -q latest-build --type=image f${1}-updates-candidate Fedora-Container-Base | awk '{print $1}') if [[ ${1} -eq "$current_stable" ]]; then tagname="latest"