[libc++][NFC] Improve documentation for running BuildKite agent locally
authorLouis Dionne <ldionne.2@gmail.com>
Sat, 25 Mar 2023 17:55:04 +0000 (13:55 -0400)
committerLouis Dionne <ldionne.2@gmail.com>
Sat, 25 Mar 2023 17:55:08 +0000 (13:55 -0400)
libcxx/utils/ci/Dockerfile

index aa719d8..4de0c80 100644 (file)
@@ -15,7 +15,9 @@
 #   $ docker run --env-file <secrets> -it $(docker build -q libcxx/utils/ci)
 #
 # The environment variables in `<secrets>` should be the ones necessary
-# to run a BuildKite agent.
+# to run a BuildKite agent:
+#
+#   BUILDKITE_AGENT_TOKEN=<token>
 #
 # If you're only looking to run the Docker image locally for debugging a
 # build bot, see the `run-buildbot-container` script located in this directory.