[libc++] NFC: Fix outdated comment about secrets.env

That file (secrets.env) has now been removed, so the comment was
referencing something that didn't exist anymore.
This commit is contained in:
Louis Dionne 2021-06-21 16:21:39 -04:00
parent 39796e1ad0
commit 9b371f5da4
1 changed files with 3 additions and 3 deletions
libcxx/utils/ci

View File

@ -12,10 +12,10 @@
# can also just start the image with a shell to debug CI failures.
#
# To start a Buildkite Agent, run it as:
# $ docker run --env-file secrets.env -it $(docker build -q .)
# $ docker run --env-file <secrets> -it $(docker build -q .)
#
# The environment variables in `secrets.env` must be replaced by the actual
# tokens for this to work. These should obviously never be checked in.
# The environment variables in `<secrets>` should be the ones necessary
# to run a BuildKite agent.
#
# 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.