summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorJonas Ådahl <jadahl@gmail.com>2019-08-14 11:34:56 +0200
committerJonas Ådahl <jadahl@gmail.com>2019-08-15 19:59:09 +0200
commit07de258f48d77086f23a85a5c86e0290371c38f8 (patch)
treeeba40885c80dbd78282e92702c601d5070519b26 /.gitlab-ci
parentee3e195b79fbf6d60be50f445cd18b24a6377057 (diff)
downloadmutter-07de258f48d77086f23a85a5c86e0290371c38f8.tar.gz
ci/Dockerfile: Pass --no-cache in build example
Using the cache means we don't get updates from Fedora or copr. https://gitlab.gnome.org/GNOME/mutter/merge_requests/726
Diffstat (limited to '.gitlab-ci')
-rw-r--r--.gitlab-ci/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/Dockerfile b/.gitlab-ci/Dockerfile
index 860430020..e98518ae8 100644
--- a/.gitlab-ci/Dockerfile
+++ b/.gitlab-ci/Dockerfile
@@ -1,7 +1,7 @@
# Rebuild and push with
#
# cd .gitlab-ci/
-# docker build -t registry.gitlab.gnome.org/gnome/mutter/master:v2 .
+# docker build --no-cache -t registry.gitlab.gnome.org/gnome/mutter/master:v2 .
# docker push registry.gitlab.gnome.org/gnome/mutter/master:v2
#