summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2018-11-02 12:03:27 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2018-11-02 12:06:14 +1000
commitb21137926c9cedaccb7016b605c77c63877ad239 (patch)
tree9c4bba182e67eb04644c2262675bbc0926d2f83e
parent6083fb795bd5a34b94f8407ad12797b2fdae5a5b (diff)
downloadlibinput-b21137926c9cedaccb7016b605c77c63877ad239.tar.gz
gitlab CI: buildah requires the transport protocol
Executing the script as illustrated sends it to nowhere (localhost maybe?), prepending docker:// makes it recognize the hostname correctly and actually upload it to gitlab. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fe1373da..b48452de 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -132,7 +132,7 @@ variables:
# cp $buildmnt1/go/src/skopeo/skopeo $buildmnt2/usr/bin/skopeo
#
# buildah unmount $buildcntr2
-# buildah commit $buildcntr2 registry.freedesktop.org/libinput/libinput/skopeo:latest
+# buildah commit $buildcntr2 docker://registry.freedesktop.org/libinput/libinput/skopeo:latest
#
# #clean up build
#