From: Emmanuele Bassi Date: Sat, 16 May 2020 23:32:22 +0000 (+0100) Subject: ci: Allow using "latest" as the image version X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2~18^2~17^2~17^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7ff9a3f3a00e870091ce107230a524d08b9bf7f3;p=gtk4.git ci: Allow using "latest" as the image version Just like the documentation says. --- diff --git a/.gitlab-ci/run-docker.sh b/.gitlab-ci/run-docker.sh index 02e5e64dc2..a992f9f60a 100755 --- a/.gitlab-ci/run-docker.sh +++ b/.gitlab-ci/run-docker.sh @@ -81,7 +81,7 @@ fi if [ -z $base_version ]; then base_version="latest" -else +elif [ $base_version != "latest" ]; then base_version="v$base_version" fi