mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-24 12:41:16 +00:00
ci: Allow using "latest" as the image version
Just like the documentation says.
This commit is contained in:
parent
8070bac06c
commit
7ff9a3f3a0
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user