Note how you can get this parameter set

This commit is contained in:
Jean-Paul Calderone 2022-12-14 12:48:53 -05:00
parent f053ef371a
commit 63fd24d060

View File

@ -44,6 +44,10 @@ parameters:
# Generally we do not want this to run because we don't need our
# dependencies to move around all the time and because building the image
# takes a couple minutes.
#
# An easy way to trigger a pipeline with this set to true is with the
# rebuild-images.sh tool in this directory. You can also do so via the
# CircleCI web UI.
build-images:
default: false
type: "boolean"