summaryrefslogtreecommitdiff
path: root/.gitlab-ci/ci.template
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2022-11-29 08:29:10 +0100
committerThomas Haller <thaller@redhat.com>2022-11-29 08:31:38 +0100
commit81c1168a2d5e5b08b673942638060ab9041a4eaa (patch)
treebbddd4c737eec651b11fca2ff39ea3b25b73a464 /.gitlab-ci/ci.template
parent41ffdac4e32222ef4434b75799e6c3308e0c30ce (diff)
downloadNetworkManager-81c1168a2d5e5b08b673942638060ab9041a4eaa.tar.gz
gitlab-ci: add comment about how to regenerate ".gitlab-ci.yml"
Diffstat (limited to '.gitlab-ci/ci.template')
-rw-r--r--.gitlab-ci/ci.template5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab-ci/ci.template b/.gitlab-ci/ci.template
index afa525ec0d..02b33ff3bc 100644
--- a/.gitlab-ci/ci.template
+++ b/.gitlab-ci/ci.template
@@ -7,6 +7,11 @@
# THIS FILE IS GENERATED, DO NOT EDIT #
# Edit .gitlab-ci/ci.template instead #
# #
+# Regenerate with:
+# TEMPLATE_SHA="$(sed -n 's/^.templates_sha: *\&template_sha *\([0-9a-f]\+\) .*/\1/p' ./.gitlab-ci/ci.template)"
+# pip3 install "git+http://gitlab.freedesktop.org/freedesktop/ci-templates@$TEMPLATE_SHA"
+# ci-fairy generate-template
+#
########################################