projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8070bac
)
ci: Allow using "latest" as the image version
author
Emmanuele Bassi
<ebassi@gnome.org>
Sat, 16 May 2020 23:32:22 +0000
(
00:32
+0100)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Sat, 16 May 2020 23:32:22 +0000
(
00:32
+0100)
Just like the documentation says.
.gitlab-ci/run-docker.sh
patch
|
blob
|
history
diff --git
a/.gitlab-ci/run-docker.sh
b/.gitlab-ci/run-docker.sh
index 02e5e64dc23a3b95b1b8eed30ab72e8195606356..a992f9f60a11a01bd3fa5f61e5e25d379dce5e59 100755
(executable)
--- 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"
-el
se
+el
if [ $base_version != "latest" ]; then
base_version="v$base_version"
fi